Show adapter-specific info

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-03 22:11:22 +02:00
parent 4787931fe0
commit 380c39cb25
3 changed files with 29 additions and 1 deletions

View file

@ -287,6 +287,8 @@ struct grub_video_adapter
grub_err_t (*get_active_render_target) (struct grub_video_render_target **target);
int (*iterate) (int (*hook) (const struct grub_video_mode_info *info));
void (*print_adapter_specific_info) (void);
};
typedef struct grub_video_adapter *grub_video_adapter_t;