disk: remove some unused things

This commit is contained in:
2025-03-15 17:32:19 +03:00
parent 526a1a07dd
commit 885ed6a7d1
2 changed files with 0 additions and 8 deletions
-1
View File
@@ -9,7 +9,6 @@ typedef struct {
unsigned char sectors;
} disk_info;
void get_hdd_geometry(uint32_t* cylinders, uint16_t* heads, uint32_t* sectors);
void get_disk_info(disk_info *info);
int ide_check_disk_present();