Kukjin Kim | 96bc024 | 2015-07-30 02:00:52 +0900 | [diff] [blame] | 1 | /* |
Ben Dooks | 3cba5ef | 2009-05-17 23:30:45 +0100 | [diff] [blame] | 2 | * Copyright (c) 2008 Simtec Electronics |
| 3 | * Ben Dooks <ben@simtec.co.uk> |
| 4 | * |
| 5 | * S3C2410 - System define for arch_reset() function |
| 6 | * |
| 7 | * This program is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU General Public License version 2 as |
| 9 | * published by the Free Software Foundation. |
| 10 | */ |
| 11 | |
Tomasz Figa | a4658e5 | 2013-06-17 23:45:33 +0900 | [diff] [blame] | 12 | #ifndef __PLAT_SAMSUNG_WATCHDOG_RESET_H |
| 13 | #define __PLAT_SAMSUNG_WATCHDOG_RESET_H |
| 14 | |
Tomasz Figa | a4658e5 | 2013-06-17 23:45:33 +0900 | [diff] [blame] | 15 | extern void samsung_wdt_reset(void); |
| 16 | extern void samsung_wdt_reset_of_init(void); |
| 17 | extern void samsung_wdt_reset_init(void __iomem *base); |
| 18 | |
| 19 | #endif /* __PLAT_SAMSUNG_WATCHDOG_RESET_H */ |