Changeset 69145dae in mainline for uspace/app/bdsh/cmds/modules/modules.h
- Timestamp:
- 2008-08-28T02:51:25Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 88944695
- Parents:
- 79872cd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/modules.h
r79872cd r69145dae 25 25 #include "touch/entry.h" 26 26 #include "ls/entry.h" 27 #include "pwd/entry.h" 27 28 28 29 /* Each .def function fills the module_t struct with the individual name, entry … … 38 39 #include "touch/touch.def" 39 40 #include "ls/ls.def" 41 #include "pwd/pwd.def" 40 42 {NULL, NULL, NULL, NULL} 41 43 };
Note:
See TracChangeset
for help on using the changeset viewer.