android13/external/arm-trusted-firmware/drivers/renesas/rcar/qos/qos_init.h

14 lines
275 B
C
Raw Normal View History

2024-06-22 08:45:49 -04:00
/*
* Copyright (c) 2015-2018, Renesas Electronics Corporation. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef QOS_INIT_H
#define QOS_INIT_H
extern void rcar_qos_init(void);
extern uint8_t get_boardcnf_phyvalid(void);
#endif /* QOS_INIT_H */