1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-10-07 10:09:34 +00:00
Files
a155-U-u1/kernel-5.10/include/linux/sec_hard_reset_hook.h
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

14 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