RTEMS
5.0.0
|
IMFS Make a Generic Node. More...
Functions | |
IMFS_jnode_t * | IMFS_node_initialize_generic (IMFS_jnode_t *node, void *arg) |
Returns the node and sets the generic node context. More... | |
int | IMFS_make_generic_node (const char *path, mode_t mode, const IMFS_node_control *node_control, void *context) |
Makes a generic IMFS node. More... | |
IMFS Make a Generic Node.