module_needs_vfs.h 94 B

1234
  1. @import BaseModuleNeedsVFS;
  2. inline void module_needs_vfs(void) {
  3. base_module_needs_vfs();
  4. }