summaryrefslogtreecommitdiffstats
path: root/board/renesas
diff options
context:
space:
mode:
authorVladimir Barinov <vladimir.barinov@cogentembedded.com>2015-02-09 03:27:47 +0300
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2015-02-13 13:14:56 +0900
commita973be74c206d6cc04ccee9de6831c1e98d9527b (patch)
tree1b4cb22bd2e299b56b557888e4b2e0ec966ca272 /board/renesas
parent3b7f0e109cd3f3fba387784f3f6debd4127cdefd (diff)
downloadblackbird-obmc-uboot-a973be74c206d6cc04ccee9de6831c1e98d9527b.tar.gz
blackbird-obmc-uboot-a973be74c206d6cc04ccee9de6831c1e98d9527b.zip
arm: rmobile: Add missed header file for Silk board
This file was missed in the commit https://patchwork.ozlabs.org/patch/427801/ Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/renesas')
-rw-r--r--board/renesas/silk/qos.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/renesas/silk/qos.h b/board/renesas/silk/qos.h
new file mode 100644
index 0000000000..75a20bb075
--- /dev/null
+++ b/board/renesas/silk/qos.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright (C) 2015 Renesas Electronics Corporation
+ * Copyright (C) 2015 Cogent Embedded, Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#ifndef __QOS_H__
+#define __QOS_H__
+
+void qos_init(void);
+
+#endif
OpenPOWER on IntegriCloud