summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rt2860/rtmp_iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/rt2860/rtmp_iface.h')
-rw-r--r--drivers/staging/rt2860/rtmp_iface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rt2860/rtmp_iface.h b/drivers/staging/rt2860/rtmp_iface.h
index 84b08a05d84a..cafb618adf70 100644
--- a/drivers/staging/rt2860/rtmp_iface.h
+++ b/drivers/staging/rt2860/rtmp_iface.h
@@ -50,8 +50,8 @@ typedef struct _INF_PCI_CONFIG_ {
} INF_PCI_CONFIG;
typedef struct _INF_USB_CONFIG_ {
- UINT8 BulkInEpAddr; /* bulk-in endpoint address */
- UINT8 BulkOutEpAddr[6]; /* bulk-out endpoint address */
+ u8 BulkInEpAddr; /* bulk-in endpoint address */
+ u8 BulkOutEpAddr[6]; /* bulk-out endpoint address */
} INF_USB_CONFIG;
typedef struct _INF_RBUS_CONFIG_ {