xref: /rk3399_ARM-atf/drivers/renesas/rcar/qos/V3M/qos_init_v3m.h (revision d4582d30885673987240cf01fd4f5d2e6780e84c)
1 /*
2  * Copyright (c) 2015-2017, Renesas Electronics Corporation
3  * All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  */
7 
8 #ifndef QOS_INIT_H_V3M__
9 #define QOS_INIT_H_V3M__
10 
11 void qos_init_v3m(void);
12 
13 #endif	/* QOS_INIT_H_V3M__ */
14