Commit 57317a25 authored by Ben Avison's avatar Ben Avison
Browse files

Permit HALDevice_SDHCISize to grow in future

Version 0.99. Tagged as 'OMAP3-0_99'
parent e9ae1200
/* (0.98)
/* (0.99)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.98
#define Module_MajorVersion_CMHG 0.99
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 25 Oct 2014
#define Module_Date_CMHG 30 Oct 2014
#define Module_MajorVersion "0.98"
#define Module_Version 98
#define Module_MajorVersion "0.99"
#define Module_Version 99
#define Module_MinorVersion ""
#define Module_Date "25 Oct 2014"
#define Module_Date "30 Oct 2014"
#define Module_ApplicationDate "25-Oct-14"
#define Module_ApplicationDate "30-Oct-14"
#define Module_ComponentName "OMAP3"
#define Module_ComponentPath "castle/RiscOS/Sources/HAL/OMAP3"
#define Module_FullVersion "0.98"
#define Module_HelpVersion "0.98 (25 Oct 2014)"
#define Module_LibraryVersionInfo "0:98"
#define Module_FullVersion "0.99"
#define Module_HelpVersion "0.99 (30 Oct 2014)"
#define Module_LibraryVersionInfo "0:99"
......@@ -329,6 +329,7 @@ SDHCI HALDeviceField GetTMCLK
SDHCI HALDeviceField SetActivity, 0 ; patched up at initialisation
SDHCI HALDeviceField GetCardDetect ; overridden in some cases
SDHCI HALDeviceField GetWriteProtect, 0 ; patched up at initialisation
% %A0 + HALDevice_SDHCISize - .
ASSERT . - %A0 = SDHCISB
DCD 0 ; patched up at initialisation
ASSERT . - %A0 = SDHCISlotInfo + HALDeviceSDHCI_SlotInfo_Flags
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment