Changeset 7c3fb9b in mainline for uspace/app/bdsh/cmds/modules/modules.h
- Timestamp:
- 2018-05-17T08:29:01Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6ff23ff
- Parents:
- fac0ac7
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-16 17:28:17)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-17 08:29:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/modules.h
rfac0ac7 r7c3fb9b 30 30 #define MODULES_H 31 31 32 /* Each built in function has two files, one being an entry.h file which 32 /* 33 * Each built in function has two files, one being an entry.h file which 33 34 * prototypes the run/help entry functions, the other being a .def file 34 35 * which fills the modules[] array according to the cmd_t structure … … 40 41 * 41 42 * NOTE: See module_ aliases.h as well, this is where aliases (commands that 42 * share an entry point with others) are indexed */ 43 * share an entry point with others) are indexed 44 */ 43 45 44 46 #include "config.h" … … 64 66 #include "cmp/entry.h" 65 67 66 /* Each .def function fills the module_t struct with the individual name, entry 68 /* 69 * Each .def function fills the module_t struct with the individual name, entry 67 70 * point, help entry point, etc. You can use config.h to control what modules 68 * are loaded based on what libraries exist on the system. */ 71 * are loaded based on what libraries exist on the system. 72 */ 69 73 70 74 module_t modules[] = {
Note:
See TracChangeset
for help on using the changeset viewer.