blob: ffd404797d80a240ca84f8984d84661f47f7f3d2 [file] [log] [blame]
Nobuhiro Iwamatsu6a994e52014-11-06 15:39:28 +09001/*
2 * Copyright (C) 2014 Renesas Electronics Corporation
3 *
4 * SPDX-License-Identifier: GPL-2.0
5 */
6
7#ifndef __QOS_H__
8#define __QOS_H__
9
10void qos_init(void);
11
12#endif