TianoCore EDK2 master
Loading...
Searching...
No Matches
HddPasswordPei.h
Go to the documentation of this file.
1
10#ifndef _HDD_PASSWORD_PEI_H_
11#define _HDD_PASSWORD_PEI_H_
12
13#include <PiPei.h>
15
16#include <Library/DebugLib.h>
17#include <Library/BaseLib.h>
22#include <Library/PciLib.h>
23#include <Library/LockBoxLib.h>
24
25#include <Ppi/AtaPassThru.h>
26
27#include "HddPasswordCommon.h"
28
29//
30// Time out value for ATA PassThru PPI
31//
32#define ATA_TIMEOUT 30000000
33
34#endif