Changeset f3d47c97 in mainline for uspace/app/bdsh/cmds/modules/modules.h
- Timestamp:
- 2018-03-11T20:38:03Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a35a3d8
- Parents:
- 84239b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/modules.h
r84239b1 rf3d47c97 69 69 70 70 module_t modules[] = { 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"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" 88 88 89 89 {NULL, NULL, NULL, NULL}
Note:
See TracChangeset
for help on using the changeset viewer.