blob: 75a20bb07515b6a2c98237ff5a6704590112ab88 [file] [log] [blame]
Vladimir Barinova973be72015-02-09 03:27:47 +03001/*
2 * Copyright (C) 2015 Renesas Electronics Corporation
3 * Copyright (C) 2015 Cogent Embedded, Inc.
4 *
5 * SPDX-License-Identifier: GPL-2.0
6 */
7
8#ifndef __QOS_H__
9#define __QOS_H__
10
11void qos_init(void);
12
13#endif