Changes in uspace/srv/devman/devman.h [50ad3f3:bc216a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/devman.h
r50ad3f3 rbc216a0 52 52 53 53 #define MATCH_EXT ".ma" 54 #define DEVICE_BUCKETS 25655 54 56 55 #define LOC_DEVICE_NAMESPACE "devices" … … 151 150 * Used by the hash table of devices indexed by devman device handles. 152 151 */ 153 link_t devman_dev;152 ht_link_t devman_dev; 154 153 155 154 /** … … 202 201 * Used by the hash table of functions indexed by devman device handles. 203 202 */ 204 link_t devman_fun;203 ht_link_t devman_fun; 205 204 206 205 /** 207 206 * Used by the hash table of functions indexed by service IDs. 208 207 */ 209 link_t loc_fun;208 ht_link_t loc_fun; 210 209 }; 211 210
Note:
See TracChangeset
for help on using the changeset viewer.