| 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
|---|---|
| 2 | /* Copyright(c) 2025 Intel Corporation */ |
| 3 | #ifndef __MOCK_CXL_EXPORTS_H_ |
| 4 | #define __MOCK_CXL_EXPORTS_H_ |
| 5 | |
| 6 | typedef struct cxl_dport *(*cxl_add_dport_by_dev_fn)(struct cxl_port *port, |
| 7 | struct device *dport_dev); |
| 8 | extern cxl_add_dport_by_dev_fn _devm_cxl_add_dport_by_dev; |
| 9 | |
| 10 | typedef int(*cxl_switch_decoders_setup_fn)(struct cxl_port *port); |
| 11 | extern cxl_switch_decoders_setup_fn _devm_cxl_switch_port_decoders_setup; |
| 12 | |
| 13 | #endif |
| 14 |
