Reduce #ifs by weeding out some cross-chunk function definitions.
[seabios.git] / src / pcibios.c
index 2e44c015d4b72d2eeb87ffa047d3fcadf1dc5451..a23248b4965a95ba398027059fca63c20cf91fb5 100644 (file)
@@ -202,7 +202,6 @@ handle_1ab1(struct bregs *regs)
  * 32bit interface
  ****************************************************************/
 
-#if MODE16 == 0 && MODESEGMENT == 1
 // Entry point for 32bit pci bios functions.
 void VISIBLE32SEG
 handle_pcibios32(struct bregs *regs)
@@ -210,7 +209,6 @@ handle_pcibios32(struct bregs *regs)
     debug_enter(regs, DEBUG_HDL_pcibios32);
     handle_1ab1(regs);
 }
-#endif
 
 struct bios32_s {
     u32 signature;