summaryrefslogtreecommitdiffstats
path: root/drivers/renesas/rcar/qos/qos_init.h
blob: 1b64992847aaddc1f72be94ab0664a1484571aca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * 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 */