blob: 645a5b01eda63a1dc84ecc95657dd7694534c0e7 [file] [log] [blame]
Vladimir Barinov21871132015-07-20 20:49:59 +03001/*
2 * Copyright (C) 2015 Renesas Electronics Europe GmbH
3 * Copyright (C) 2015 Renesas Electronics Corporation
4 * Copyright (C) 2015 Cogent Embedded, Inc.
5 *
6 * SPDX-License-Identifier: GPL-2.0
7 */
8
9#ifndef __QOS_H__
10#define __QOS_H__
11
12void qos_init(void);
13
14#endif