exynos-linux-stable/include/linux/sec_debug_hard_reset_hook.h
FAROVITUS 2b92eefa41 import G965FXXU7DTAA OSRC
*First release for Android (Q).

Signed-off-by: FAROVITUS <farovitus@gmail.com>
2020-02-04 13:50:09 +02:00

13 lines
423 B
C

/*
* 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_DEBUG_HARD_RESET_HOOK_H
#define SEC_DEBUG_HARD_RESET_HOOK_H
bool is_hard_reset_occurred(void);
void hard_reset_delay(void);
#endif