blob: d92c43704ecb187f111c7fa0847983ae7aaf9684 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Nobuhiro Iwamatsu1251e492013-11-21 17:07:46 +09002/*
3 * Copyright (C) 2013 Renesas Electronics Corporation
Nobuhiro Iwamatsu1251e492013-11-21 17:07:46 +09004 */
5
6#ifndef __QOS_H__
7#define __QOS_H__
8
9void qos_init(void);
10
11#endif