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
|