Changes in uspace/app/bdsh/cmds/modules/modules.h [f3d47c97:17d214e] in mainline
- File:
-
- 1 edited
-
uspace/app/bdsh/cmds/modules/modules.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/modules.h
rf3d47c97 r17d214e 69 69 70 70 module_t modules[] = { 71 #include "help/help_def. inc"72 #include "mkdir/mkdir_def. inc"73 #include "mkfile/mkfile_def. inc"74 #include "rm/rm_def. inc"75 #include "cat/cat_def. inc"76 #include "touch/touch_def. inc"77 #include "ls/ls_def. inc"78 #include "pwd/pwd_def. inc"79 #include "sleep/sleep_def. inc"80 #include "cp/cp_def. inc"81 #include "mv/mv_def. inc"82 #include "mount/mount_def. inc"83 #include "unmount/unmount_def. inc"84 #include "kcon/kcon_def. inc"85 #include "printf/printf_def. inc"86 #include "echo/echo_def. inc"87 #include "cmp/cmp_def. inc"71 #include "help/help_def.h" 72 #include "mkdir/mkdir_def.h" 73 #include "mkfile/mkfile_def.h" 74 #include "rm/rm_def.h" 75 #include "cat/cat_def.h" 76 #include "touch/touch_def.h" 77 #include "ls/ls_def.h" 78 #include "pwd/pwd_def.h" 79 #include "sleep/sleep_def.h" 80 #include "cp/cp_def.h" 81 #include "mv/mv_def.h" 82 #include "mount/mount_def.h" 83 #include "unmount/unmount_def.h" 84 #include "kcon/kcon_def.h" 85 #include "printf/printf_def.h" 86 #include "echo/echo_def.h" 87 #include "cmp/cmp_def.h" 88 88 89 89 {NULL, NULL, NULL, NULL}
Note:
See TracChangeset
for help on using the changeset viewer.
