mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
MdeModulePkg/Bus/Ufs: Use IndustryStandard headers
Remove duplicate private header files and reference UFS spec definitions from the IndustryStandard folder. Signed-off-by: Christopher Zurcher <christopher.zurcher@microsoft.com>
This commit is contained in:
parent
29ebe5ee5a
commit
59cfc13139
@ -27,8 +27,9 @@
|
||||
#include <Library/PeiServicesLib.h>
|
||||
|
||||
#include <IndustryStandard/Scsi.h>
|
||||
#include <IndustryStandard/Ufs.h>
|
||||
#include <IndustryStandard/UfsHci.h>
|
||||
|
||||
#include "UfsHci.h"
|
||||
#include "UfsHcMem.h"
|
||||
|
||||
#define UFS_PEIM_HC_SIG SIGNATURE_32 ('U', 'F', 'S', 'H')
|
||||
|
@ -28,7 +28,6 @@
|
||||
UfsBlockIoPei.c
|
||||
UfsBlockIoPei.h
|
||||
UfsHci.c
|
||||
UfsHci.h
|
||||
UfsHcMem.c
|
||||
UfsHcMem.h
|
||||
DmaMem.c
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -27,7 +27,8 @@
|
||||
#include <Library/PcdLib.h>
|
||||
#include <Library/TimerLib.h>
|
||||
|
||||
#include "UfsPassThruHci.h"
|
||||
#include <IndustryStandard/Ufs.h>
|
||||
#include <IndustryStandard/UfsHci.h>
|
||||
|
||||
#define UFS_PASS_THRU_SIG SIGNATURE_32 ('U', 'F', 'S', 'P')
|
||||
|
||||
|
@ -33,7 +33,6 @@
|
||||
UfsPassThru.c
|
||||
UfsPassThru.h
|
||||
UfsPassThruHci.c
|
||||
UfsPassThruHci.h
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user