formatting

This commit is contained in:
notsomeidiot123 2025-09-05 08:30:46 -04:00
parent bb104e12c7
commit 3e3ce1fe26
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ make fini function to destroy global object, and free any remaining resources.
#define ATA_IS_LBA48(a) (a[83] & (1 << 10))
#define ATA_GET_SZ48L(a) (a[100] | (a[101] << 16))
#define ATA_GET_SZ48H(a) (a[102] | (a[103] << 16))
//is drive busy?
#define ATA_BSY(a) a & 0x80
//Is drive ready?