Changeset a56f4b2 in mainline for uspace/app/bdsh/cmds/modules/modules.h
- Timestamp:
- 2008-08-28T10:54:43Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7b256b0b
- Parents:
- 88944695
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/modules.h
r88944695 ra56f4b2 32 32 33 33 module_t modules[] = { 34 #include "help/help .def"35 #include "quit/quit .def"36 #include "mkdir/mkdir .def"37 #include "rm/rm .def"38 #include "cat/cat .def"39 #include "touch/touch .def"40 #include "ls/ls .def"41 #include "pwd/pwd .def"34 #include "help/help_def.h" 35 #include "quit/quit_def.h" 36 #include "mkdir/mkdir_def.h" 37 #include "rm/rm_def.h" 38 #include "cat/cat_def.h" 39 #include "touch/touch_def.h" 40 #include "ls/ls_def.h" 41 #include "pwd/pwd_def.h" 42 42 {NULL, NULL, NULL, NULL} 43 43 };
Note:
See TracChangeset
for help on using the changeset viewer.