2017-12-26 03:54:33 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2015-07-30 01:00:52 +08:00
|
|
|
/*
|
2009-05-18 06:30:45 +08:00
|
|
|
* Copyright (c) 2008 Simtec Electronics
|
|
|
|
* Ben Dooks <ben@simtec.co.uk>
|
|
|
|
*
|
|
|
|
* S3C2410 - System define for arch_reset() function
|
2017-12-26 03:54:33 +08:00
|
|
|
*/
|
2009-05-18 06:30:45 +08:00
|
|
|
|
2013-06-17 22:45:33 +08:00
|
|
|
#ifndef __PLAT_SAMSUNG_WATCHDOG_RESET_H
|
|
|
|
#define __PLAT_SAMSUNG_WATCHDOG_RESET_H
|
|
|
|
|
|
|
|
extern void samsung_wdt_reset(void);
|
|
|
|
extern void samsung_wdt_reset_of_init(void);
|
|
|
|
extern void samsung_wdt_reset_init(void __iomem *base);
|
|
|
|
|
|
|
|
#endif /* __PLAT_SAMSUNG_WATCHDOG_RESET_H */
|