Enhance experimental option rom "threading" - enable preemption.
[seabios.git] / src / misc.c
index b12e860eae2f70c2297cd7401b1aba4fd69c897d..7d6e954caf21225e0ef200e147e9a5596e50a46d 100644 (file)
@@ -128,11 +128,6 @@ struct bios_config_table_s BIOS_CONFIG_TABLE VAR16FIXED(0xe6f5) = {
  * GDT and IDT tables
  ****************************************************************/
 
-struct descloc_s {
-    u16 length;
-    u32 addr;
-} PACKED;
-
 // Real mode IDT descriptor
 struct descloc_s rmode_IDT_info VAR16VISIBLE = {
     .length = sizeof(struct rmode_IVT) - 1,