blob: d98915ede068655e1493ca796a4acab50bd9bed4 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Vladimir Barinov8c946272015-07-20 20:49:59 +03002/*
3 * Copyright (C) 2015 Renesas Electronics Europe GmbH
4 * Copyright (C) 2015 Renesas Electronics Corporation
5 * Copyright (C) 2015 Cogent Embedded, Inc.
Vladimir Barinov8c946272015-07-20 20:49:59 +03006 */
7
8#ifndef __QOS_H__
9#define __QOS_H__
10
11void qos_init(void);
12
13#endif