sve.h 262 Bytes
Newer Older
David Cunado's avatar
David Cunado committed
1
/*
2
 * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
David Cunado's avatar
David Cunado committed
3
4
5
6
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

7
8
#ifndef SVE_H
#define SVE_H
David Cunado's avatar
David Cunado committed
9

10
#include <stdbool.h>
David Cunado's avatar
David Cunado committed
11

12
13
14
15
bool sve_supported(void);
void sve_enable(bool el2_unused);

#endif /* SVE_H */