diff options
author | Tom Rini <trini@ti.com> | 2015-02-13 13:10:25 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-13 13:10:25 -0500 |
commit | 921ed4e840fecd93ed14e11d1267f476e7e92d29 (patch) | |
tree | 7b043a49656486d1228e3c4b5c3dd9426ec16cb4 /board/renesas/silk/qos.h | |
parent | bd2a4888b123713adec271d6c8040ca9f609aa2f (diff) | |
parent | 79bf043e371cfb7bed276e3ce795f066a364f5ff (diff) |
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'board/renesas/silk/qos.h')
-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 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 |