mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2024-11-19 13:27:49 +00:00
13 lines
252 B
C
13 lines
252 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __MTK_QOS_SYSFS_H__
|
|
#define __MTK_QOS_SYSFS_H__
|
|
|
|
extern int qos_add_interface(struct device *dev);
|
|
extern void qos_remove_interface(struct device *dev);
|
|
|
|
#endif
|