From 28374dfcf9c0a757ec1504f6bd2b7a4fa875dd20 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 26 Mar 2009 00:34:50 +0000 Subject: Change ARCOTG_DRV_H #define to _USB_DRV_H #define (no functional changes) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20543 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/usb_drv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/usb_drv.h b/firmware/export/usb_drv.h index 23f6f4ce2a..0c99630b11 100644 --- a/firmware/export/usb_drv.h +++ b/firmware/export/usb_drv.h @@ -18,8 +18,8 @@ * KIND, either express or implied. * ****************************************************************************/ -#ifndef ARCOTG_DRV_H -#define ARCOTG_DRV_H +#ifndef _USB_DRV_H +#define _USB_DRV_H #include "usb_ch9.h" #include "kernel.h" @@ -47,4 +47,4 @@ bool usb_drv_connected(void); int usb_drv_request_endpoint(int dir); void usb_drv_release_endpoint(int ep); -#endif +#endif /* _USB_DRV_H */ -- cgit v1.2.3