diff options
author | Vladimir Barinov <vladimir.barinov@cogentembedded.com> | 2015-02-09 03:27:47 +0300 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2015-02-13 13:14:56 +0900 |
commit | a973be74c206d6cc04ccee9de6831c1e98d9527b (patch) | |
tree | 1b4cb22bd2e299b56b557888e4b2e0ec966ca272 /board/renesas | |
parent | 3b7f0e109cd3f3fba387784f3f6debd4127cdefd (diff) | |
download | u-boot-imx-a973be74c206d6cc04ccee9de6831c1e98d9527b.zip u-boot-imx-a973be74c206d6cc04ccee9de6831c1e98d9527b.tar.gz u-boot-imx-a973be74c206d6cc04ccee9de6831c1e98d9527b.tar.bz2 |
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.h | 13 |
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 0000000..75a20bb --- /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 |