kernel/eka/include/d32otgdi_errors.h
branchRCL_3
changeset 87 2f92ad2dc5db
parent 0 a41df078684a
child 89 1df514389a47
equal deleted inserted replaced
81:e7d2d738d3c2 87:2f92ad2dc5db
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    33 of numbers derived from the basic USB+Host set (-6670 -> -6699)
    33 of numbers derived from the basic USB+Host set (-6670 -> -6699)
    34 */
    34 */
    35 const TInt KErrUsbOtgEventQueueOverflow			= -6670;
    35 const TInt KErrUsbOtgEventQueueOverflow			= -6670;
    36 const TInt KErrUsbOtgStateQueueOverflow			= -6671;
    36 const TInt KErrUsbOtgStateQueueOverflow			= -6671;
    37 const TInt KErrUsbOtgMessageQueueOverflow		= -6672;
    37 const TInt KErrUsbOtgMessageQueueOverflow		= -6672;
       
    38 
       
    39 const TInt KErrUsbOtgBadDeviceAttached 			= -6673;
       
    40 const TInt KEventUsbOtgBadDeviceDetached 		= -6674;
    38 
    41 
    39 const TInt KErrUsbOtgBadState					= -6675;
    42 const TInt KErrUsbOtgBadState					= -6675;
    40 
    43 
    41 const TInt KErrUsbOtgStackNotStarted			= -6680;
    44 const TInt KErrUsbOtgStackNotStarted			= -6680;
    42 const TInt KErrUsbOtgVbusAlreadyRaised			= -6681;
    45 const TInt KErrUsbOtgVbusAlreadyRaised			= -6681;