kernel/eka/include/d32usbcsc.h
branchGCC_SURGE
changeset 162 a4df7686c45c
parent 0 a41df078684a
equal deleted inserted replaced
161:d5bf4ee37cad 162:a4df7686c45c
  1334  
  1334  
  1335 	/**
  1335 	/**
  1336 	This return value used by GetBuffer indicates that the item pointed to by 
  1336 	This return value used by GetBuffer indicates that the item pointed to by 
  1337 	aBuffer/aOffset represents a state change, instead of endpoint data.
  1337 	aBuffer/aOffset represents a state change, instead of endpoint data.
  1338 	*/
  1338 	*/
  1339 	const static TInt KStateChange = 0x01;
  1339 	enum {
       
  1340 		KStateChange = 0x01
       
  1341 	};
  1340 
  1342 
  1341 public:
  1343 public:
  1342 	IMPORT_C TEndpointBuffer();
  1344 	IMPORT_C TEndpointBuffer();
  1343 
  1345 
  1344 	/**
  1346 	/**