mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-14 23:24:49 -04:00
NE Alpha 42
This commit is contained in:
parent
9b85fac61b
commit
fc579533e8
8 changed files with 167 additions and 63 deletions
|
@ -162,7 +162,7 @@ typedef struct EFI_TIME_ {
|
|||
UINT8 : 8;
|
||||
} EFI_TIME;
|
||||
|
||||
// Aling to 4 or 8 bytes
|
||||
// Align to 4 or 8 bytes
|
||||
#define ALIGN4(Value) (((Value)+3) & ~3)
|
||||
#define ALIGN8(Value) (((Value)+7) & ~7)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue