Changeset 5af21c5 in mainline for uspace/lib/libc/include/ipc/devman.h
- Timestamp:
- 2010-04-23T13:40:39Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 953bc1ef
- Parents:
- df747b9c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/ipc/devman.h
rdf747b9c r5af21c5 37 37 #include <ipc/ipc.h> 38 38 #include <stdlib.h> 39 #include <stdio.h> 39 40 #include <string.h> 40 41 … … 100 101 } 101 102 103 static inline void init_match_ids(match_id_list_t *id_list) 104 { 105 list_initialize(&id_list->ids); 106 } 107 102 108 static inline void clean_match_ids(match_id_list_t *ids) 103 109 {
Note:
See TracChangeset
for help on using the changeset viewer.