arm-trusted-firmware/drivers/renesas/rcar/qos/V3M/qos_init_v3m.h
Marek Vasut c67703ebaa rcar_gen3: drivers: qos: Move QoS drivers out of staging
Now that QoS drivers are cleaned up , move them out of staging.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Change-Id: If61ab2157c30b8f5a6b91d2c56ddbb9098ef99e8
2019-06-17 15:13:22 +02:00

13 lines
243 B
C

/*
* Copyright (c) 2015-2017, Renesas Electronics Corporation
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef QOS_INIT_H_V3M__
#define QOS_INIT_H_V3M__
void qos_init_v3m(void);
#endif /* QOS_INIT_H_V3M__ */