Kukjin Kim | e90a0f3 | 2011-09-28 21:06:52 +0900 | [diff] [blame] | 1 | /* linux/arch/arm/plat-samsung/include/plat/reset.h |
Jongpill Lee | 0fdb480 | 2010-07-23 21:33:58 +0900 | [diff] [blame] | 2 | * |
| 3 | * Copyright (c) 2010 Samsung Electronics Co., Ltd. |
| 4 | * http://www.samsung.com/ |
| 5 | * |
| 6 | * This program is free software; you can redistribute it and/or modify |
| 7 | * it under the terms of the GNU General Public License version 2 as |
| 8 | * published by the Free Software Foundation. |
| 9 | */ |
| 10 | |
Kukjin Kim | e90a0f3 | 2011-09-28 21:06:52 +0900 | [diff] [blame] | 11 | #ifndef __PLAT_SAMSUNG_RESET_H |
| 12 | #define __PLAT_SAMSUNG_RESET_H __FILE__ |
Jongpill Lee | 0fdb480 | 2010-07-23 21:33:58 +0900 | [diff] [blame] | 13 | |
| 14 | extern void (*s5p_reset_hook)(void); |
| 15 | |
Kukjin Kim | e90a0f3 | 2011-09-28 21:06:52 +0900 | [diff] [blame] | 16 | #endif /* __PLAT_SAMSUNG_RESET_H */ |