diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-09-14 19:28:55 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-09-18 20:48:34 -0400 |
commit | 3df600bbdf4672a0a856e33a24d8c8a63215ca96 (patch) | |
tree | ca73af7be09dbfa8565ad45b26e2e7e023b4d698 /src/hw/floppy.c | |
parent | cdb98203f41671327936152d40d9041a82b0b9ce (diff) | |
download | seabios-3df600bbdf4672a0a856e33a24d8c8a63215ca96.tar.gz |
Move stacks.c definitions from util.h to new file stacks.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/hw/floppy.c')
-rw-r--r-- | src/hw/floppy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hw/floppy.c b/src/hw/floppy.c index ae66bc0c..c051f544 100644 --- a/src/hw/floppy.c +++ b/src/hw/floppy.c @@ -16,6 +16,7 @@ #include "boot.h" // boot_add_floppy #include "pci.h" // pci_to_bdf #include "pci_ids.h" // PCI_CLASS_BRIDGE_ISA +#include "stacks.h" // yield #include "string.h" // memset #define FLOPPY_SIZE_CODE 0x02 // 512 byte sectors |