18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
28c2ecf20Sopenharmony_ci/* Copyright(c) 2018-2019  Realtek Corporation
38c2ecf20Sopenharmony_ci */
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#ifndef __RTW_8822CE_H_
68c2ecf20Sopenharmony_ci#define __RTW_8822CE_H_
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciextern const struct dev_pm_ops rtw_pm_ops;
98c2ecf20Sopenharmony_ciextern struct rtw_chip_info rtw8822c_hw_spec;
108c2ecf20Sopenharmony_ciint rtw_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id);
118c2ecf20Sopenharmony_civoid rtw_pci_remove(struct pci_dev *pdev);
128c2ecf20Sopenharmony_civoid rtw_pci_shutdown(struct pci_dev *pdev);
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#endif
15