blob: 41199bed03311b3ddea15ab9e486232ca1a477e5 [file] [log] [blame]
developer765b1982021-06-24 09:18:15 +08001/*
2 * Copyright (c) 2015 MediaTek Inc.
3 * Author:
4 * Shaocheng.Wang <shaocheng.wang@mediatek.com>
5 * Chunfeng.Yun <chunfeng.yun@mediatek.com>
6 *
7 * This software is licensed under the terms of the GNU General Public
8 * License version 2, as published by the Free Software Foundation, and
9 * may be copied, distributed, and modified under those terms.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 */
17
18#ifndef __XHCI_MTK_TEST_H
19#define __XHCI_MTK_TEST_H
20
21int mu3h_hqa_create_attr(struct device *dev);
22void mu3h_hqa_remove_attr(struct device *dev);
23
24#endif /* __XHCI_MTK_TEST_H */