~ubuntu-branches/debian/stretch/grub2/stretch

« back to all changes in this revision

Viewing changes to include/grub/i386/xnu.h

Tags: upstream-1.98+20100705
ImportĀ upstreamĀ versionĀ 1.98+20100705

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
extern grub_uint32_t grub_xnu_arg1;
115
115
extern char grub_xnu_cmdline[1024];
116
116
grub_err_t grub_xnu_boot (void);
117
 
grub_err_t grub_xnu_set_video (struct grub_xnu_boot_params *bootparams_relloc);
118
 
grub_err_t
119
 
grub_cpu_xnu_fill_devicetree (void);
 
117
grub_err_t grub_cpu_xnu_fill_devicetree (void);
120
118
extern grub_uint32_t grub_xnu_heap_will_be_at;
121
119
#endif