mirror of https://gitee.com/openkylin/linux.git
9 lines
184 B
C
9 lines
184 B
C
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
// Copyright (C) 2017 Arm Ltd.
|
||
|
#ifndef __ASM_SDEI_H
|
||
|
#define __ASM_SDEI_H
|
||
|
|
||
|
/* Later patches add the arch specific bits */
|
||
|
|
||
|
#endif /* __ASM_SDEI_H */
|