Changes in uspace/app/bdsh/cmds/modules/modules.h [36ab7c7:17d214e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/modules.h
r36ab7c7 r17d214e 50 50 #include "mkfile/entry.h" 51 51 #include "rm/entry.h" 52 #include "bdd/entry.h"53 52 #include "cat/entry.h" 54 53 #include "touch/entry.h" … … 61 60 #include "unmount/entry.h" 62 61 #include "kcon/entry.h" 62 #include "printf/entry.h" 63 #include "echo/entry.h" 64 #include "cmp/entry.h" 63 65 64 66 /* Each .def function fills the module_t struct with the individual name, entry … … 71 73 #include "mkfile/mkfile_def.h" 72 74 #include "rm/rm_def.h" 73 #include "bdd/bdd_def.h"74 75 #include "cat/cat_def.h" 75 76 #include "touch/touch_def.h" … … 82 83 #include "unmount/unmount_def.h" 83 84 #include "kcon/kcon_def.h" 85 #include "printf/printf_def.h" 86 #include "echo/echo_def.h" 87 #include "cmp/cmp_def.h" 84 88 85 89 {NULL, NULL, NULL, NULL}
Note:
See TracChangeset
for help on using the changeset viewer.