Version 0.1.1
[seabios.git] / src / disk.h
index d7b354708742a763e0e6e928c26f2cfa2967e2e1..04600f57e000982c3abfc3dbe43971af6534f871 100644 (file)
 #define DISK_RET_ETIMEOUT    0x80
 #define DISK_RET_EMEDIA      0xC0
 
-static inline void
-eoi_master_pic()
-{
-    outb(PIC1_IRQ5, PORT_PIC1);
-}
-
-static inline void
-eoi_both_pics()
-{
-    outb(PIC2_IRQ13, PORT_PIC2);
-    eoi_master_pic();
-}
-
 // floppy.c
 struct bregs;
 void floppy_13(struct bregs *regs, u8 drive);