coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
cardbus.h
Go to the documentation of this file.
1 /* (c) 2005 Linux Networx GPL see COPYING for details */
2 
3 #ifndef DEVICE_CARDBUS_H
4 #define DEVICE_CARDBUS_H
5 
6 #include <device/device.h>
7 
8 void cardbus_read_resources(struct device *dev);
9 void cardbus_enable_resources(struct device *dev);
10 
12 
13 #endif /* DEVICE_CARDBUS_H */
struct device_operations default_cardbus_ops_bus
void cardbus_enable_resources(struct device *dev)
void cardbus_read_resources(struct device *dev)
Definition: device.h:107