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