Changeset 0e6dce8 in mainline for uspace/srv/bd/ata_bd/ata_bd.h
- Timestamp:
- 2009-08-22T13:58:10Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b94334f
- Parents:
- a71c158
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/ata_bd/ata_bd.h
ra71c158 r0e6dce8 38 38 #include <sys/types.h> 39 39 #include <fibril_sync.h> 40 #include <string.h> 40 41 41 42 enum { … … 149 150 uint64_t blocks; 150 151 152 char model[STR_BOUNDS(40) + 1]; 153 151 154 fibril_mutex_t lock; 152 155 dev_handle_t dev_handle;
Note:
See TracChangeset
for help on using the changeset viewer.