blob: 29f05c7ff58bbeaa589b1f639f21a33481704494 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Nobuhiro Iwamatsu6a994e52014-11-06 15:39:28 +09002/*
3 * Copyright (C) 2014 Renesas Electronics Corporation
Nobuhiro Iwamatsu6a994e52014-11-06 15:39:28 +09004 */
5
6#ifndef __QOS_H__
7#define __QOS_H__
8
9void qos_init(void);
10
11#endif