Changeset 39463ff in mainline for uspace/app/bdsh/cmds/modules/modules.h
- Timestamp:
- 2008-09-14T17:33:47Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cbe405c
- Parents:
- e13fb10
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/modules.h
re13fb10 r39463ff 26 26 #include "ls/entry.h" 27 27 #include "pwd/entry.h" 28 #include "sleep/entry.h" 29 #include "cp/entry.h" 28 30 29 31 /* Each .def function fills the module_t struct with the individual name, entry … … 40 42 #include "ls/ls_def.h" 41 43 #include "pwd/pwd_def.h" 44 #include "sleep/sleep_def.h" 45 #include "cp/cp_def.h" 42 46 {NULL, NULL, NULL, NULL} 43 47 };
Note:
See TracChangeset
for help on using the changeset viewer.