aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/renesas/lager/qos.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/renesas/lager/qos.h')
-rw-r--r--roms/u-boot/board/renesas/lager/qos.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/u-boot/board/renesas/lager/qos.h b/roms/u-boot/board/renesas/lager/qos.h
new file mode 100644
index 000000000..d92c43704
--- /dev/null
+++ b/roms/u-boot/board/renesas/lager/qos.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * Copyright (C) 2013 Renesas Electronics Corporation
+ */
+
+#ifndef __QOS_H__
+#define __QOS_H__
+
+void qos_init(void);
+
+#endif