Framebuffer on PowerPC-based macs

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-01-31 01:57:17 +01:00
parent bf7fcba2d7
commit fbab7b0794
4 changed files with 327 additions and 3 deletions

View file

@ -176,4 +176,8 @@ int EXPORT_FUNC(grub_claimmap) (grub_addr_t addr, grub_size_t size);
char *EXPORT_FUNC(grub_ieee1275_encode_devname) (const char *path);
char *EXPORT_FUNC(grub_ieee1275_get_filename) (const char *path);
int EXPORT_FUNC(grub_ieee1275_devices_iterate) (int (*hook)
(struct grub_ieee1275_devalias *
alias));
#endif /* ! GRUB_IEEE1275_HEADER */