diff options
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 00000000000..9a6c0461be9 --- /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 |