kernel_samsung_a53x/include/linux/sec_hard_reset_hook.h
2024-06-15 16:02:09 -03:00

12 lines
388 B
C
Executable file

/*
* 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
void hard_reset_delay(void);
#endif