1 /* arch/arm/plat-s3c/include/plat/watchdog-reset.h 2 * 3 * Copyright (c) 2008 Simtec Electronics 4 * Ben Dooks <ben@simtec.co.uk> 5 * 6 * S3C2410 - System define for arch_reset() function 7 * 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License version 2 as 10 * published by the Free Software Foundation. 11 */ 12 13 #ifndef __PLAT_SAMSUNG_WATCHDOG_RESET_H 14 #define __PLAT_SAMSUNG_WATCHDOG_RESET_H 15 16 extern void samsung_wdt_reset(void); 17 extern void samsung_wdt_reset_of_init(void); 18 extern void samsung_wdt_reset_init(void __iomem *base); 19 20 #endif /* __PLAT_SAMSUNG_WATCHDOG_RESET_H */ 21