mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 00:49:48 +00:00
Add missing volatile attribute
This commit is contained in:
parent
c710f8cc09
commit
e51a665432
@ -64,8 +64,8 @@ struct grub_ohci_td
|
||||
grub_uint32_t buffer_end;
|
||||
} __attribute__((packed));
|
||||
|
||||
typedef struct grub_ohci_td *grub_ohci_td_t;
|
||||
typedef struct grub_ohci_ed *grub_ohci_ed_t;
|
||||
typedef volatile struct grub_ohci_td *grub_ohci_td_t;
|
||||
typedef volatile struct grub_ohci_ed *grub_ohci_ed_t;
|
||||
|
||||
struct grub_ohci
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user