Changeset 3fe00ee in mainline for uspace/app/bdsh/cmds/modules/modules.h
- Timestamp:
- 2009-03-22T19:48:11Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 8b48063
- Parents:
- dc033a1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/modules.h
rdc033a1 r3fe00ee 27 27 #include "sleep/entry.h" 28 28 #include "cp/entry.h" 29 #include "kcon/entry.h" 29 30 30 31 /* Each .def function fills the module_t struct with the individual name, entry … … 42 43 #include "sleep/sleep_def.h" 43 44 #include "cp/cp_def.h" 45 #include "kcon/kcon_def.h" 44 46 {NULL, NULL, NULL, NULL} 45 47 };
Note:
See TracChangeset
for help on using the changeset viewer.