6 lines
145 B
C
Raw Normal View History

2022-11-18 22:58:49 +03:00
#pragma once
#include <stdint.h>
void read_sectors_ATA_PIO(void *target_address, uint32_t LBA,
uint8_t sector_count);