Changeset a38d504 in mainline for uspace/lib/ata/include
- Timestamp:
- 2024-06-11T09:00:20Z (19 months ago)
- Branches:
- master
- Children:
- 9739b5a
- Parents:
- 645d3832
- git-author:
- Jiri Svoboda <jiri@…> (2024-06-10 17:59:56)
- git-committer:
- Jiri Svoboda <jiri@…> (2024-06-11 09:00:20)
- File:
-
- 1 edited
-
uspace/lib/ata/include/ata/ata.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ata/include/ata/ata.h
r645d3832 ra38d504 63 63 /** Use DMA transfers */ 64 64 bool use_dma; 65 /** Maximum number of bytes that we can DMA in one I/O operation */ 66 size_t max_dma_xfer; 65 67 /** Read 16 bits from the data port */ 66 68 void (*write_data_16)(void *, uint16_t *, size_t);
Note:
See TracChangeset
for help on using the changeset viewer.
