developer | e5e687d | 2023-08-08 16:05:33 +0800 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
2 | /* | ||||
3 | * Copyright (c) 2023 MediaTek Inc. All Rights Reserved. | ||||
4 | * | ||||
5 | * Author: Ren-Ting Wang <ren-ting.wang@mediatek.com> | ||||
6 | */ | ||||
7 | |||||
8 | #ifndef _TOPS_CTRL_H_ | ||||
9 | #define _TOPS_CTRL_H_ | ||||
10 | |||||
11 | #include <linux/platform_device.h> | ||||
12 | |||||
13 | int mtk_tops_ctrl_init(struct platform_device *pdev); | ||||
14 | void mtk_tops_ctrl_deinit(struct platform_device *pdev); | ||||
15 | #endif /* _TOPS_CTRL_H_ */ |