* include/grub/types.h (grub_properly_aligned_t): New type.
(GRUB_PROPERLY_ALIGNED_ARRAY): New macro. (grub_get_unaligned16): Add explicit casts. (grub_get_unaligned32): Likewise. (grub_get_unaligned64): Likewise. (grub_set_unaligned16): New function. (grub_set_unaligned32): Likewise.
This commit is contained in:
parent
47ae27ec75
commit
1f313b942b
2 changed files with 58 additions and 18 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2011-12-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/types.h (grub_properly_aligned_t): New type.
|
||||
(GRUB_PROPERLY_ALIGNED_ARRAY): New macro.
|
||||
(grub_get_unaligned16): Add explicit casts.
|
||||
(grub_get_unaligned32): Likewise.
|
||||
(grub_get_unaligned64): Likewise.
|
||||
(grub_set_unaligned16): New function.
|
||||
(grub_set_unaligned32): Likewise.
|
||||
|
||||
2011-12-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/normal/datetime.c (grub_weekday_names): Make const.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue