X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OptionRomPkg%2FAtapiPassThruDxe%2FAtapiPassThru.h;h=5a41a0acf8239ba0b641aa33799420bd3ed56fd9;hp=5ec8a3fe1738b30030eafb186916d9775e5901d7;hb=0e27fefd6add97367f4eb9c30e3ca129f7f1b678;hpb=93da4b6bff2c4ea6fa11ef4bb02147326cf4f346 diff --git a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h index 5ec8a3fe17..5a41a0acf8 100644 --- a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h +++ b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h @@ -32,8 +32,11 @@ #include #include #include +#include + #include + /// /// bit definition /// @@ -97,7 +100,7 @@ typedef struct { UINT16 DriveAddress; } IDE_BASE_REGISTERS; -#define ATAPI_SCSI_PASS_THRU_DEV_SIGNATURE EFI_SIGNATURE_32 ('a', 's', 'p', 't') +#define ATAPI_SCSI_PASS_THRU_DEV_SIGNATURE SIGNATURE_32 ('a', 's', 'p', 't') typedef struct { UINTN Signature;