blob: 42707dfbda9c341a7879d396c6a2361756786382 [file] [log] [blame]
Kukjin Kim96bc0242015-07-30 02:00:52 +09001/*
Ben Dooks3cba5ef2009-05-17 23:30:45 +01002 * 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 Figaa4658e52013-06-17 23:45:33 +090012#ifndef __PLAT_SAMSUNG_WATCHDOG_RESET_H
13#define __PLAT_SAMSUNG_WATCHDOG_RESET_H
14
Tomasz Figaa4658e52013-06-17 23:45:33 +090015extern void samsung_wdt_reset(void);
16extern void samsung_wdt_reset_of_init(void);
17extern void samsung_wdt_reset_init(void __iomem *base);
18
19#endif /* __PLAT_SAMSUNG_WATCHDOG_RESET_H */