summaryrefslogtreecommitdiff
path: root/include/lib/extensions/spe.h
blob: b2b188ef56518e8be4a00c182c70d118f8a4883a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef __SPE_H__
#define __SPE_H__

int spe_supported(void);
void spe_enable(int el2_unused);
void spe_disable(void);

#endif /* __SPE_H__ */