Changeset 07039850 in mainline for uspace/lib/ata/include
- Timestamp:
- 2025-03-05T21:41:03Z (5 months ago)
- Branches:
- master
- Children:
- 1c7b0db7
- Parents:
- a64970e1
- Location:
- uspace/lib/ata/include/ata
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ata/include/ata/ata.h
ra64970e1 r07039850 1 1 /* 2 * Copyright (c) 202 4Jiri Svoboda2 * Copyright (c) 2025 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 201 201 extern errno_t ata_channel_initialize(ata_channel_t *); 202 202 extern errno_t ata_channel_destroy(ata_channel_t *); 203 extern void ata_channel_quiesce(ata_channel_t *); 203 204 extern void ata_channel_irq(ata_channel_t *, uint8_t); 204 205 extern void ata_connection(ipc_call_t *, ata_device_t *); -
uspace/lib/ata/include/ata/ata_hw.h
ra64970e1 r07039850 1 1 /* 2 * Copyright (c) 202 4Jiri Svoboda2 * Copyright (c) 2025 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 106 106 #define REG_COMMAND offsetof(ata_cmd_t, command) 107 107 #define REG_FEATURES offsetof(ata_cmd_t, features) 108 #define REG_DEVCTL offsetof(ata_ctl_t, device_control) 108 109 109 110 enum devctl_bits {
Note:
See TracChangeset
for help on using the changeset viewer.