blob: afe2a0d7d50b9eba10bc27708f462565e11394eb [file] [log] [blame]
/*
* Copyright (c) 2016 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef SEC_HARD_RESET_HOOK_H
#define SEC_HARD_RESET_HOOK_H
bool is_hard_reset_occurred(void);
void hard_reset_delay(void);
#endif