diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-09 21:41:42 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-09 21:41:42 -0500 |
commit | 977127174a7dff52d17faeeb4c4949a54221881f (patch) | |
tree | b05b9d18a1256d7ed97bdfb537213a8d70ccca57 /drivers/pci/hotplug/cpqphp.h | |
parent | 80c0531514516e43ae118ddf38424e06e5c3cb3c (diff) | |
parent | 93b47684f60cf25e8cefe19a21d94aa0257fdf36 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Diffstat (limited to 'drivers/pci/hotplug/cpqphp.h')
-rw-r--r-- | drivers/pci/hotplug/cpqphp.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/pci/hotplug/cpqphp.h b/drivers/pci/hotplug/cpqphp.h index 092491e25ef2..cb88404c89fe 100644 --- a/drivers/pci/hotplug/cpqphp.h +++ b/drivers/pci/hotplug/cpqphp.h | |||
@@ -317,6 +317,7 @@ struct controller { | |||
317 | u16 vendor_id; | 317 | u16 vendor_id; |
318 | struct work_struct int_task_event; | 318 | struct work_struct int_task_event; |
319 | wait_queue_head_t queue; /* sleep & wake process */ | 319 | wait_queue_head_t queue; /* sleep & wake process */ |
320 | struct dentry *dentry; /* debugfs dentry */ | ||
320 | }; | 321 | }; |
321 | 322 | ||
322 | struct irq_mapping { | 323 | struct irq_mapping { |
@@ -399,8 +400,11 @@ struct resource_lists { | |||
399 | #define msg_button_ignore "PCI slot #%d - button press ignored. (action in progress...)\n" | 400 | #define msg_button_ignore "PCI slot #%d - button press ignored. (action in progress...)\n" |
400 | 401 | ||
401 | 402 | ||
402 | /* sysfs functions for the hotplug controller info */ | 403 | /* debugfs functions for the hotplug controller info */ |
403 | extern void cpqhp_create_ctrl_files (struct controller *ctrl); | 404 | extern void cpqhp_initialize_debugfs (void); |
405 | extern void cpqhp_shutdown_debugfs (void); | ||
406 | extern void cpqhp_create_debugfs_files (struct controller *ctrl); | ||
407 | extern void cpqhp_remove_debugfs_files (struct controller *ctrl); | ||
404 | 408 | ||
405 | /* controller functions */ | 409 | /* controller functions */ |
406 | extern void cpqhp_pushbutton_thread (unsigned long event_pointer); | 410 | extern void cpqhp_pushbutton_thread (unsigned long event_pointer); |