Changes in uspace/srv/fs/exfat/exfat.h [3e6a98c5:ff0c270] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat.h
r3e6a98c5 rff0c270 40 40 #include <atomic.h> 41 41 #include <sys/types.h> 42 #include < stdbool.h>42 #include <bool.h> 43 43 #include "../../vfs/vfs.h" 44 44 … … 106 106 typedef struct { 107 107 /** Used indices (position) hash table link. */ 108 ht_link_t uph_link;108 link_t uph_link; 109 109 /** Used indices (index) hash table link. */ 110 ht_link_t uih_link;110 link_t uih_link; 111 111 112 112 fibril_mutex_t lock;
Note:
See TracChangeset
for help on using the changeset viewer.