Rev 2831 | Rev 2852 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2831 | Rev 2844 | ||
|---|---|---|---|
| Line 95... | Line 95... | ||
| 95 | static bool tmpfs_has_children(void *nodep) |
95 | static bool tmpfs_has_children(void *nodep) |
| 96 | { |
96 | { |
| 97 | return ((tmpfs_dentry_t *) nodep)->child != NULL; |
97 | return ((tmpfs_dentry_t *) nodep)->child != NULL; |
| 98 | } |
98 | } |
| 99 | 99 | ||
| 100 | static void *tmpfs_root_get(void) |
100 | static void *tmpfs_root_get(dev_handle_t dev_handle) |
| 101 | { |
101 | { |
| 102 | return root; |
102 | return root; |
| 103 | } |
103 | } |
| 104 | 104 | ||
| 105 | static char tmpfs_plb_get_char(unsigned pos) |
105 | static char tmpfs_plb_get_char(unsigned pos) |