soc/intel/xeon_sp/skx: Use Kconfig symbol
[coreboot2.git] / src / include / device / cardbus.h
blob056e6acf3640e30d2db44bda809a4ca1e7f8328d
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* (c) 2005 Linux Networx GPL see COPYING for details */
5 #ifndef DEVICE_CARDBUS_H
6 #define DEVICE_CARDBUS_H
8 #include <device/device.h>
10 void cardbus_read_resources(struct device *dev);
11 void cardbus_enable_resources(struct device *dev);
13 extern struct device_operations default_cardbus_ops_bus;
15 #endif /* DEVICE_CARDBUS_H */