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>
This commit is contained in:
Vladimir Barinov 2015-02-09 03:27:47 +03:00 committed by Nobuhiro Iwamatsu
parent 3b7f0e109c
commit a973be74c2

13
board/renesas/silk/qos.h Normal file
View File

@ -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