sve.h 243 Bytes
Newer Older
David Cunado's avatar
David Cunado committed
1
/*
2
 * Copyright (c) 2017-2021, 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 <context.h>
David Cunado's avatar
David Cunado committed
11

12
void sve_enable(cpu_context_t *context);
13
14

#endif /* SVE_H */