diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/node.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/node.h b/include/linux/node.h index 254dc3de65..1e5347527f 100644 --- a/include/linux/node.h +++ b/include/linux/node.h | |||
| @@ -26,8 +26,12 @@ struct node { | |||
| 26 | struct sys_device sysdev; | 26 | struct sys_device sysdev; |
| 27 | }; | 27 | }; |
| 28 | 28 | ||
| 29 | extern struct node node_devices[]; | ||
| 30 | |||
| 29 | extern int register_node(struct node *, int, struct node *); | 31 | extern int register_node(struct node *, int, struct node *); |
| 30 | extern void unregister_node(struct node *node); | 32 | extern void unregister_node(struct node *node); |
| 33 | extern int register_one_node(int nid); | ||
| 34 | extern void unregister_one_node(int nid); | ||
| 31 | 35 | ||
| 32 | #define to_node(sys_device) container_of(sys_device, struct node, sysdev) | 36 | #define to_node(sys_device) container_of(sys_device, struct node, sysdev) |
| 33 | 37 | ||
