mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
13 lines
439 B
Diff
13 lines
439 B
Diff
--- rombios.c Sun Nov 10 10:18:43 2002
|
|
+++ rombios.c Thu Nov 14 21:07:54 2002
|
|
@@ -24,10 +24,6 @@
|
|
// License along with this library; if not, write to the Free Software
|
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
-/* includes a subset of config.h that can be compiled by bcc, and applies
|
|
- to this file */
|
|
-#include "biosconfig.h"
|
|
-
|
|
// ROM BIOS for use with Bochs/Plex x86 emulation environment
|
|
|
|
|