8 lines
171 B
C
8 lines
171 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) 2020 MediaTek Inc.
|
|
*/
|
|
|
|
int mnoc_qos_create_sys(struct device *dev);
|
|
void mnoc_qos_remove_sys(struct device *dev);
|