dingusppc/devices/common/ata
Mihai Parparita 35c86ad6bf Clean up #includes
Result of running IWYU (https://include-what-you-use.org/) and
applying most of the suggestions about unncessary includes and
forward declarations.

Was motivated by observing that <thread> was being included in
ppcopcodes.cpp even though it was unused (found while researching
the use of threads), but seems generally good to help with build
times and correctness.
2023-11-03 00:33:47 -07:00
..
atabasedevice.cpp Clean up #includes 2023-11-03 00:33:47 -07:00
atabasedevice.h Clean up #includes 2023-11-03 00:33:47 -07:00
atadefs.h ATAPI Features bit definitions. 2023-06-18 23:06:04 +02:00
atahd.cpp Add ATAPI commands, clean up formatting. 2023-05-15 17:57:20 +02:00
atahd.h Rework ATA reset logic. 2023-05-15 17:57:20 +02:00
atapibasedevice.cpp atapicdrom: Implement sector areas for Read CD. 2023-09-25 12:22:17 +02:00
atapibasedevice.h Clean up #includes 2023-11-03 00:33:47 -07:00
atapicdrom.cpp Clean up #includes 2023-11-03 00:33:47 -07:00
atapicdrom.h atapicdrom: Implement sector areas for Read CD. 2023-09-25 12:22:17 +02:00
idechannel.cpp Clean up #includes 2023-11-03 00:33:47 -07:00
idechannel.h idechannel: support devices registration and interrupts. 2023-06-18 23:24:19 +02:00