blob: 41199bed03311b3ddea15ab9e486232ca1a477e5 [file] [log] [blame]
/*
* Copyright (c) 2015 MediaTek Inc.
* Author:
* Shaocheng.Wang <shaocheng.wang@mediatek.com>
* Chunfeng.Yun <chunfeng.yun@mediatek.com>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*/
#ifndef __XHCI_MTK_TEST_H
#define __XHCI_MTK_TEST_H
int mu3h_hqa_create_attr(struct device *dev);
void mu3h_hqa_remove_attr(struct device *dev);
#endif /* __XHCI_MTK_TEST_H */