summaryrefslogtreecommitdiff
path: root/board/renesas/alt/qos.h
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-07-28 10:54:54 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-07-28 10:54:54 +0200
commit48b3ed217f58487c583d59575d7dfe2aafbb738d (patch)
treeec14ed8d9eba5b09a27508aa1deda08c47c7cdda /board/renesas/alt/qos.h
parent740f41d3cbefe2068247852220226c2c3b287249 (diff)
parentcff2f5f09ee8ab45b86eed7228bacbce6eca9f01 (diff)
downloadu-boot-imx-48b3ed217f58487c583d59575d7dfe2aafbb738d.zip
u-boot-imx-48b3ed217f58487c583d59575d7dfe2aafbb738d.tar.gz
u-boot-imx-48b3ed217f58487c583d59575d7dfe2aafbb738d.tar.bz2
Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'
Diffstat (limited to 'board/renesas/alt/qos.h')
-rw-r--r--board/renesas/alt/qos.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/renesas/alt/qos.h b/board/renesas/alt/qos.h
new file mode 100644
index 0000000..9a6c046
--- /dev/null
+++ b/board/renesas/alt/qos.h
@@ -0,0 +1,12 @@
+/*
+ * Copyright (C) 2013 Renesas Electronics Corporation
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#ifndef __QOS_H__
+#define __QOS_H__
+
+void qos_init(void);
+
+#endif