From 1e57a46299244793beb27e74be171d1540606999 Mon Sep 17 00:00:00 2001 From: oliviermartin Date: Fri, 25 Jan 2013 11:28:06 +0000 Subject: ARM Packages: Fixed line endings This large code change only modifies the line endings to be CRLF to be compliant with the EDK2 coding convention document. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14088 6f19259b-4bc3-4df7-8a09-765794883524 --- Omap35xxPkg/MMCHSDxe/MMCHS.h | 54 ++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'Omap35xxPkg/MMCHSDxe/MMCHS.h') diff --git a/Omap35xxPkg/MMCHSDxe/MMCHS.h b/Omap35xxPkg/MMCHSDxe/MMCHS.h index 2cda5679be..e19607bae0 100644 --- a/Omap35xxPkg/MMCHSDxe/MMCHS.h +++ b/Omap35xxPkg/MMCHSDxe/MMCHS.h @@ -15,28 +15,28 @@ #ifndef _MMCHS_H_ #define _MMCHS_H_ -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + #include -#include -#include - +#include +#include + #include #include -#define MAX_RETRY_COUNT (100*5) - +#define MAX_RETRY_COUNT (100*5) + #define HCS BIT30 //Host capacity support/1 = Supporting high capacity #define CCS BIT30 //Card capacity status/1 = High capacity card typedef struct { @@ -141,12 +141,12 @@ typedef struct { UINT8 CSD_STRUCTURE: 2; // CSD structure [127:126] }CSD_SDV2; -typedef enum { - UNKNOWN_CARD, - MMC_CARD, //MMC card - SD_CARD, //SD 1.1 card - SD_CARD_2, //SD 2.0 or above standard card - SD_CARD_2_HIGH //SD 2.0 or above high capacity card +typedef enum { + UNKNOWN_CARD, + MMC_CARD, //MMC card + SD_CARD, //SD 1.1 card + SD_CARD_2, //SD 2.0 or above standard card + SD_CARD_2_HIGH //SD 2.0 or above high capacity card } CARD_TYPE; typedef enum { @@ -165,9 +165,9 @@ typedef struct { CSD CSDData; } CARD_INFO; -EFI_STATUS -DetectCard ( - VOID +EFI_STATUS +DetectCard ( + VOID ); extern EFI_BLOCK_IO_PROTOCOL gBlockIo; -- cgit v1.2.3