5 lines
119 B
C
Raw Normal View History

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