Merge ofwclock into cleanbuild

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-02-07 23:01:41 +01:00
commit b359aa1373
9 changed files with 537 additions and 5 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 */