aboutsummaryrefslogtreecommitdiff
path: root/drivers/renesas/rzg/qos/qos_init.h
blob: 10f60e7ca49de5dc458b19210a938e2a4fa655ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef RZG_QOS_INIT_H
#define RZG_QOS_INIT_H

void rzg_qos_init(void);
uint8_t rzg_get_boardcnf_phyvalid(void);

#endif /* RZG_QOS_INIT_H */