blob: 6d2febc4dff207fbe398e28111f8dc3d134bfcd9 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
masakazu.mochizuki.wd@hitachi.com6f107e42016-04-12 17:11:41 +09002/*
3 * Copyright (C) 2016 Renesas Electronics Corporation
masakazu.mochizuki.wd@hitachi.com6f107e42016-04-12 17:11:41 +09004 */
5
6#ifndef __QOS_H__
7#define __QOS_H__
8
9void qos_init(void);
10
11#endif