mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-26 14:55:16 +00:00

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
13 lines
275 B
C
13 lines
275 B
C
/*
|
|
* 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 */
|