13 lines
185 B
C
13 lines
185 B
C
/*
|
|
* Copyright (c) 2021, Arm Limited. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef TRBE_H
|
|
#define TRBE_H
|
|
|
|
void trbe_enable(void);
|
|
|
|
#endif /* TRBE_H */
|