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