summaryrefslogtreecommitdiffstats
path: root/drivers/renesas/rzg/qos/qos_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/renesas/rzg/qos/qos_init.h')
-rw-r--r--drivers/renesas/rzg/qos/qos_init.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/renesas/rzg/qos/qos_init.h b/drivers/renesas/rzg/qos/qos_init.h
new file mode 100644
index 0000000..3d62744
--- /dev/null
+++ b/drivers/renesas/rzg/qos/qos_init.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright (c) 2020-2021, 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 get_boardcnf_phyvalid(void);
+
+#endif /* RZG_QOS_INIT_H */