Make EdkModulePkg pass Intel IPF compiler with /W4 /WX switches, solving warning #1419.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2338 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -23,43 +23,6 @@
|
||||
|
||||
#include "idebus.h"
|
||||
|
||||
|
||||
EFI_STATUS
|
||||
AtaReadSectorsExt (
|
||||
IN IDE_BLK_IO_DEV *IdeDev,
|
||||
IN OUT VOID *DataBuffer,
|
||||
IN EFI_LBA StartLba,
|
||||
IN UINTN NumberOfBlocks
|
||||
);
|
||||
|
||||
EFI_STATUS
|
||||
AtaWriteSectorsExt (
|
||||
IN IDE_BLK_IO_DEV *IdeDev,
|
||||
IN VOID *DataBuffer,
|
||||
IN EFI_LBA StartLba,
|
||||
IN UINTN NumberOfBlocks
|
||||
);
|
||||
|
||||
EFI_STATUS
|
||||
AtaPioDataInExt (
|
||||
IN IDE_BLK_IO_DEV *IdeDev,
|
||||
IN OUT VOID *Buffer,
|
||||
IN UINT32 ByteCount,
|
||||
IN UINT8 AtaCommand,
|
||||
IN EFI_LBA StartLba,
|
||||
IN UINT16 SectorCount
|
||||
);
|
||||
|
||||
EFI_STATUS
|
||||
AtaPioDataOutExt (
|
||||
IN IDE_BLK_IO_DEV *IdeDev,
|
||||
IN VOID *Buffer,
|
||||
IN UINT32 ByteCount,
|
||||
IN UINT8 AtaCommand,
|
||||
IN EFI_LBA StartLba,
|
||||
IN UINT16 SectorCount
|
||||
);
|
||||
|
||||
/**
|
||||
Sends out an ATA Identify Command to the specified device.
|
||||
|
||||
|
Reference in New Issue
Block a user