blob: 3d627441c8a59b5a2a9ab2b4faf13bef1f7055e2 [file] [log] [blame]
Biju Das21615422020-11-09 09:38:51 +00001/*
Lad Prabhakar9f2b5792021-03-10 14:30:20 +00002 * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights reserved.
Biju Das21615422020-11-09 09:38:51 +00003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef RZG_QOS_INIT_H
8#define RZG_QOS_INIT_H
9
10void rzg_qos_init(void);
Lad Prabhakar9f2b5792021-03-10 14:30:20 +000011uint8_t get_boardcnf_phyvalid(void);
Biju Das21615422020-11-09 09:38:51 +000012
13#endif /* RZG_QOS_INIT_H */