blob: 1b64992847aaddc1f72be94ab0664a1484571aca [file] [log] [blame]
Jorge Ramirez-Ortiz47503d22018-09-23 09:36:52 +02001/*
2 * Copyright (c) 2015-2018, Renesas Electronics Corporation. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef QOS_INIT_H
8#define QOS_INIT_H
Jorge Ramirez-Ortiz47503d22018-09-23 09:36:52 +02009
10extern void rcar_qos_init(void);
11extern uint8_t get_boardcnf_phyvalid(void);
12
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000013#endif /* QOS_INIT_H */