/* drivers/dfu/usb/dfu/dfustruct.h
 *
 * (c) 2002 Simtec Electronics
 *
 * Ben Dooks
 *
 * USB DFU Class - class specific request codes
 *
 * $Id: dfustruct.h,v 1.3 2003/08/08 10:19:17 ben Exp $
 *
 * This Library file is part of the Simtec Electronics USB stack development
 *   suite.
 * Specific licence is granted to use this file by third parties for the
 *   development of USB device drivers.
*/

#ifndef __USB_DFU_DFUSTRUCT_H
#define __USB_DFU_DFUSTRUCT_H "$Id: dfustruct.h,v 1.3 2003/08/08 10:19:17 ben Exp $"

#define USB_DFUSTATUS_bStatus     (0x00010000)
#define USB_DFUSTATUS_lPollTime   (0x00040001)    /* note, actually 3! */
#define USB_DFUSTATUS_bState      (0x00010004)
#define USB_DFUSTATUS_iStatus     (0x00010005)

#endif /* __USB_DFU_DFUSTRUCT_H */
