GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef SPE_H
|
||||
#define SPE_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
bool spe_supported(void);
|
||||
void spe_enable(bool el2_unused);
|
||||
void spe_disable(void);
|
||||
|
||||
#endif /* SPE_H */
|
||||
Reference in New Issue
Block a user