Show adapter-specific info
This commit is contained in:
parent
4787931fe0
commit
380c39cb25
3 changed files with 29 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue