Wrapper for \ref romfsUnmount with the default "romfs" device name.
| 88 | |
| 89 | /// Wrapper for \ref romfsUnmount with the default "romfs" device name. |
| 90 | static inline Result romfsExit(void) |
| 91 | { |
| 92 | return romfsUnmount("romfs"); |
| 93 | } |
nothing calls this directly
no test coverage detected