Sign in
coral
/
imx-atf
/
281a08cc6438d868bd1b0bcf19bc6c95207b42ac
/
.
/
include
/
lib
/
extensions
/
spe.h
blob: 8a74127a6a01bc158eb2dd61531d7a1dbff49153 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef
__SPE_H__
#define
__SPE_H__
void
spe_enable
(
int
el2_unused
);
void
spe_disable
(
void
);
#endif
/* __SPE_H__ */