Go to the documentation of this file.
30 #include <linux/pci.h>
33 #define DR_INDICATOR 9002
34 #define DR_ENTITY_SENSE 9003
48 #define MY_NAME "rpaphp"
50 #define dbg(format, arg...) \
53 printk(KERN_DEBUG "%s: " format, \
56 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME , ## arg)
57 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME , ## arg)
58 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME , ## arg)
63 #define NOT_CONFIGURED 2
95 char **
drc_name,
char **drc_type,
int *drc_power_domain);