blob: 32ca5179c6e17ed94a10e1b93460461ada6cf51a [file] [log] [blame]
Kukjin Kime90a0f32011-09-28 21:06:52 +09001/* linux/arch/arm/plat-samsung/include/plat/reset.h
Jongpill Lee0fdb4802010-07-23 21:33:58 +09002 *
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 Kime90a0f32011-09-28 21:06:52 +090011#ifndef __PLAT_SAMSUNG_RESET_H
12#define __PLAT_SAMSUNG_RESET_H __FILE__
Jongpill Lee0fdb4802010-07-23 21:33:58 +090013
14extern void (*s5p_reset_hook)(void);
15
Kukjin Kime90a0f32011-09-28 21:06:52 +090016#endif /* __PLAT_SAMSUNG_RESET_H */