Changeset d362410 in mainline
- Timestamp:
- 2011-05-31T23:01:39Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 25bef0ff
- Parents:
- df3c6f02
- git-author:
- Vojtech Horky <vojtech.horky@…> (2011-05-31 23:01:39)
- git-committer:
- Jakub Jermar <jakub@…> (2011-05-31 23:01:39)
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
rdf3c6f02 rd362410 114 114 rootvirt \ 115 115 test1 \ 116 test2 116 test2 \ 117 test3 117 118 118 119 RD_DRV_CFG = -
uspace/Makefile
rdf3c6f02 rd362410 90 90 drv/rootvirt \ 91 91 drv/test1 \ 92 drv/test2 92 drv/test2 \ 93 drv/test3 93 94 94 95 ## Networking -
uspace/app/tester/Makefile
rdf3c6f02 rd362410 53 53 mm/malloc3.c \ 54 54 devs/devman1.c \ 55 devs/devman2.c \ 55 56 hw/misc/virtchar1.c \ 56 57 hw/serial/serial1.c -
uspace/app/tester/tester.c
rdf3c6f02 rd362410 67 67 #include "hw/misc/virtchar1.def" 68 68 #include "devs/devman1.def" 69 #include "devs/devman2.def" 69 70 {NULL, NULL, NULL, false} 70 71 }; -
uspace/app/tester/tester.h
rdf3c6f02 rd362410 100 100 extern const char *test_virtchar1(void); 101 101 extern const char *test_devman1(void); 102 extern const char *test_devman2(void); 102 103 103 104 extern test_t tests[]; -
uspace/drv/rootvirt/devices.def
rdf3c6f02 rd362410 21 21 .match_id = "virtual&test1" 22 22 }, 23 { 24 .name = "test3", 25 .match_id = "virtual&test3" 26 }, 23 27 #endif
Note:
See TracChangeset
for help on using the changeset viewer.