NE Alpha 42

This commit is contained in:
Cr4sh 2017-07-31 09:06:11 +03:00
parent 9b85fac61b
commit fc579533e8
8 changed files with 167 additions and 63 deletions

View file

@ -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)