Wrapper for \ref romfsMountSelf with the default "romfs" device name.
| 82 | |
| 83 | /// Wrapper for \ref romfsMountSelf with the default "romfs" device name. |
| 84 | static inline Result romfsInit(void) |
| 85 | { |
| 86 | return romfsMountSelf("romfs"); |
| 87 | } |
| 88 | |
| 89 | /// Wrapper for \ref romfsUnmount with the default "romfs" device name. |
| 90 | static inline Result romfsExit(void) |
nothing calls this directly
no test coverage detected