Skip to content

Commit

Permalink
Remove unused Declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Robotix22 authored Aug 6, 2024
1 parent f6d830a commit f3ce7c2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Silicon/Qualcomm/QcomPkg/Applications/MassStorage/MassStorage.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,22 +75,4 @@ EFI_EMMC_USER_PARTITION_DEVICE_PATH eMMCUserPartitionDevicePath = {
}
};

VOID
PrintGUI (
IN CHAR16 *Message
);

EFI_STATUS
PrepareMassStorage ();

EFI_STATUS
StartMassStorage ();

EFI_STATUS
EFIAPI
InitMassStorage (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
);

#endif /* _MASS_STORAGE_H_ */

0 comments on commit f3ce7c2

Please sign in to comment.