diff options
Diffstat (limited to 'procfs.h')
-rw-r--r-- | procfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ struct procfs_node_ops void (*cleanup) (void *hook); }; +/* Create a new node and return it. Returns NULL if it fails to allocate + enough memory. In this case, ops->cleanup will be invoked. */ struct node *procfs_make_node (const struct procfs_node_ops *ops, void *hook); |