|
Linux Kernel
3.7.1
|
#include <linux/kobject.h>#include <linux/string.h>#include <linux/pci.h>#include <linux/pci_hotplug.h>#include "rpadlpar.h"#include "../pci.h"Go to the source code of this file.
Macros | |
| #define | DLPAR_KOBJ_NAME "control" |
| #define | ADD_SLOT_ATTR_NAME add_slot |
| #define | REMOVE_SLOT_ATTR_NAME remove_slot |
| #define | MAX_DRC_NAME_LEN 64 |
Functions | |
| int | dlpar_sysfs_init (void) |
| void | dlpar_sysfs_exit (void) |
| #define ADD_SLOT_ATTR_NAME add_slot |
Definition at line 27 of file rpadlpar_sysfs.c.
| #define DLPAR_KOBJ_NAME "control" |
Definition at line 22 of file rpadlpar_sysfs.c.
| #define MAX_DRC_NAME_LEN 64 |
Definition at line 30 of file rpadlpar_sysfs.c.
| #define REMOVE_SLOT_ATTR_NAME remove_slot |
Definition at line 28 of file rpadlpar_sysfs.c.
Definition at line 126 of file rpadlpar_sysfs.c.
Definition at line 111 of file rpadlpar_sysfs.c.
1.8.2