]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/HddPassword/HddPasswordPei.h
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / HddPassword / HddPasswordPei.h
CommitLineData
e8959f81
HW
1/** @file\r
2 HddPassword PEI module which is used to unlock HDD password for S3.\r
3\r
4 Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
5\r
289b714b 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
e8959f81
HW
7\r
8**/\r
9\r
10#ifndef _HDD_PASSWORD_PEI_H_\r
11#define _HDD_PASSWORD_PEI_H_\r
12\r
13#include <PiPei.h>\r
14#include <IndustryStandard/Atapi.h>\r
15\r
16#include <Library/DebugLib.h>\r
17#include <Library/BaseLib.h>\r
18#include <Library/BaseMemoryLib.h>\r
19#include <Library/MemoryAllocationLib.h>\r
20#include <Library/PeimEntryPoint.h>\r
21#include <Library/PeiServicesLib.h>\r
22#include <Library/PciLib.h>\r
23#include <Library/LockBoxLib.h>\r
24\r
25#include <Ppi/AtaPassThru.h>\r
26\r
27#include "HddPasswordCommon.h"\r
28\r
29\r
30//\r
31// Time out value for ATA PassThru PPI\r
32//\r
33#define ATA_TIMEOUT 30000000\r
34\r
35#endif\r