kernel/eka/include/kernel/kernboot.h
branchRCL_3
changeset 19 4a8fed1c0ef6
parent 0 a41df078684a
equal deleted inserted replaced
15:2d65c2f76d7b 19:4a8fed1c0ef6
    89 	TUint32		iRomHeaderPhys;				/**< @internalComponent */
    89 	TUint32		iRomHeaderPhys;				/**< @internalComponent */
    90 	TUint32		iAPBootPagePhys;			/**< @internalComponent */
    90 	TUint32		iAPBootPagePhys;			/**< @internalComponent */
    91 	TUint32		iAPBootPageLin;				/**< @internalComponent */
    91 	TUint32		iAPBootPageLin;				/**< @internalComponent */
    92 	TUint32		iAPBootPageDirPhys;			/**< @internalComponent */
    92 	TUint32		iAPBootPageDirPhys;			/**< @internalComponent */
    93 	TUint32		iSmrData;                                               /**< address of shadow memory region information block (SMRIB), optional field set by bootstrap PSL */
    93 	TUint32		iSmrData;                                               /**< address of shadow memory region information block (SMRIB), optional field set by bootstrap PSL */
    94 	TInt		iReserved[26];											/**< reserved for the future use*/
    94 	TUint32     iPlatformSpecificMappings;
       
    95 	TInt		iReserved[25];											/**< reserved for the future use*/
    95 	};
    96 	};
    96 
    97 
    97 
    98 
    98 /**	Descriptor for a single contiguous block of RAM
    99 /**	Descriptor for a single contiguous block of RAM
    99 
   100