diff options
| author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-12-06 10:41:49 +0100 |
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-12-06 10:41:49 +0100 |
| commit | 7988bd4ed6b48127ac8b45cf144255daabaa1250 (patch) | |
| tree | 25f4f6a45e513858faf87e7dd2187dab90be3c16 /board/renesas/koelsch/qos.h | |
| parent | 4c54419737ffbfadd605263d97a1357bb03c04e8 (diff) | |
| parent | cae83ce5159f9533b3dd3b442e9e5926fd0e285b (diff) | |
| download | olio-uboot-2014.01-7988bd4ed6b48127ac8b45cf144255daabaa1250.tar.xz olio-uboot-2014.01-7988bd4ed6b48127ac8b45cf144255daabaa1250.zip | |
Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'
Diffstat (limited to 'board/renesas/koelsch/qos.h')
| -rw-r--r-- | board/renesas/koelsch/qos.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/board/renesas/koelsch/qos.h b/board/renesas/koelsch/qos.h new file mode 100644 index 000000000..9a6c0461b --- /dev/null +++ b/board/renesas/koelsch/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 |