diff -r a5496987b1da -r 189ece41fa29 kerneltest/e32test/iic/t_iic.h --- a/kerneltest/e32test/iic/t_iic.h Thu Jul 01 17:57:33 2010 +0100 +++ b/kerneltest/e32test/iic/t_iic.h Fri Jul 09 13:13:20 2010 +0100 @@ -301,7 +301,9 @@ EReleaseChan, /**< ReleaseChannel */ ERegisterRxBuffer, /**< Register a buffer for receiving data */ ERegisterTxBuffer, /**< Register a buffer for transmitting data */ - ESetNotifTrigger /**< Set the notification triggers */ + ESetNotifTrigger, /**< Set the notification triggers */ + ETestSpare1, + ETestStaticEx }; enum TStaticExt @@ -405,7 +407,9 @@ inline TInt SetNotifNoTrigger(TInt aChannelId, TInt aTrigger){return(DoControl(ECtrlIoNotifNoTrigger,(TAny*)aChannelId,(TAny*)aTrigger));}; inline void TestOverrunUnderrun(TInt aBusId, TInt aChannelId, TRequestStatus& aStatus) {DoRequest(ECtrlIoOvUndRunRxTx,aStatus,(TAny*)aBusId,(TAny*)aChannelId);} - + + inline TInt TestSpare1(TInt aBusId) {return (DoControl(ETestSpare1, (TAny*)aBusId));} + inline TInt TestStaticExtension(TInt aBusId) {return (DoControl(ETestStaticEx, (TAny*)aBusId));} #endif };