blob: b0612c677764ee9a65f9a35e14b2ea4d54e94957 (
plain)
1
2
3
4
5
6
7
|
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_SCORE_EMERGENCY_RESTART_H
#define _ASM_SCORE_EMERGENCY_RESTART_H
#include <asm-generic/emergency-restart.h>
#endif /* _ASM_SCORE_EMERGENCY_RESTART_H */
|