usbmgmt/usbmgr/host/fdf/production/client/public/usbhoststack.h
changeset 49 93c0009bd947
parent 29 59aa7d6e3e0f
--- a/usbmgmt/usbmgr/host/fdf/production/client/public/usbhoststack.h	Mon Sep 06 11:27:08 2010 +0800
+++ b/usbmgmt/usbmgr/host/fdf/production/client/public/usbhoststack.h	Thu Sep 16 12:03:29 2010 +0800
@@ -70,6 +70,7 @@
 	IMPORT_C TInt GetProductStringDescriptor(TUint aDeviceId, TUint aLangId, TName& aString);
 	
 	IMPORT_C TInt GetOtgDescriptor(TUint aDeviceId, TOtgDescriptor& aDescriptor);
+	IMPORT_C TInt GetConfigurationDescriptor(TUint aDeviceId, TConfigurationDescriptor& aDescriptor);
 
 	// Support for server-side out-of-memory testing. In release, these just
 	// return KErrNone.