summaryrefslogtreecommitdiff
path: root/board/renesas/porter/qos.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-03-01 21:06:47 -0500
committerTom Rini <trini@konsulko.com>2015-03-01 21:06:47 -0500
commitfc834100950ab630f442aece500d8c9ccfa2b992 (patch)
tree7460641d70e42f819afbcbfe2361c238bbec170b /board/renesas/porter/qos.h
parent00956eb5f313d0a62c39f4fa642ffbaa85cc955c (diff)
parent275ec28eed3d09bd924457b02ce29203172ae808 (diff)
downloadu-boot-fc834100950ab630f442aece500d8c9ccfa2b992.tar.gz
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'board/renesas/porter/qos.h')
-rw-r--r--board/renesas/porter/qos.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/renesas/porter/qos.h b/board/renesas/porter/qos.h
new file mode 100644
index 0000000000..75a20bb075
--- /dev/null
+++ b/board/renesas/porter/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