diff options
Diffstat (limited to 'include/usb')
-rw-r--r-- | include/usb/designware_udc.h (renamed from include/usb/spr_udc.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usb/spr_udc.h b/include/usb/designware_udc.h index 2c332d5999..ae98e8c2c2 100644 --- a/include/usb/spr_udc.h +++ b/include/usb/designware_udc.h @@ -21,8 +21,8 @@ * MA 02111-1307 USA */ -#ifndef __SPR_UDC_H -#define __SPR_UDC_H +#ifndef __DW_UDC_H +#define __DW_UDC_H /* * Defines for USBD @@ -227,4 +227,4 @@ void udc_startup_events(struct usb_device_instance *device); void udc_setup_ep(struct usb_device_instance *device, unsigned int ep, struct usb_endpoint_instance *endpoint); -#endif /* __SPR_UDC_H */ +#endif /* __DW_UDC_H */ |