Skip to content

Commit

Permalink
MdeModulePkg/Bus/Ufs: Use IndustryStandard headers
Browse files Browse the repository at this point in the history
Remove duplicate private header files and reference UFS spec definitions
from the IndustryStandard folder.

Signed-off-by: Christopher Zurcher <[email protected]>
  • Loading branch information
zurcher committed Nov 15, 2024
1 parent 21ff450 commit e8e4e91
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2,676 deletions.
3 changes: 2 additions & 1 deletion MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.h
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
1 change: 0 additions & 1 deletion MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.inf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
UfsBlockIoPei.c
UfsBlockIoPei.h
UfsHci.c
UfsHci.h
UfsHcMem.c
UfsHcMem.h
DmaMem.c
Expand Down
Loading

0 comments on commit e8e4e91

Please sign in to comment.