Split grub-setup.c into frontend (grub-setup.c) and backend (setup.c)

files.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-15 16:16:04 +02:00
parent 8f53bb3fd2
commit c06c75201c
8 changed files with 1067 additions and 924 deletions

2
util/setup_bios.c Normal file
View file

@ -0,0 +1,2 @@
#define GRUB_SETUP_BIOS 1
#include "setup.c"