use video subsystem on EFI

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-12-16 19:04:58 +01:00
parent 45da21ff5a
commit b044bf0351
8 changed files with 190 additions and 463 deletions

View file

@ -76,6 +76,5 @@ extern grub_uint32_t grub_xnu_arg1;
extern char grub_xnu_cmdline[1024];
grub_err_t grub_xnu_boot (void);
grub_err_t grub_cpu_xnu_fill_devicetree (void);
grub_err_t grub_xnu_set_video (struct grub_xnu_boot_params *bootparams_relloc);
extern grub_uint32_t grub_xnu_heap_will_be_at;
#endif