X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/cc1afb21bdc089426652f21769164645cae062fd..243fec4450d3a3246f3f0d92751a95daef7c1503:/embedded/arch/arm/mach-lpc21xx/defines/lpcUSB.h diff --git a/embedded/arch/arm/mach-lpc21xx/defines/lpcUSB.h b/embedded/arch/arm/mach-lpc21xx/defines/lpcUSB.h index 3f924b5..aefea98 100644 --- a/embedded/arch/arm/mach-lpc21xx/defines/lpcUSB.h +++ b/embedded/arch/arm/mach-lpc21xx/defines/lpcUSB.h @@ -1,7 +1,7 @@ /****************************************************************************** * - * $RCSfile: lpcUSB.h,v $ - * $Revision: 1.3 $ + * $RCSfile$ + * $Revision$ * * Header file for Philips LPC214x USB enabled ARM Processors * Copyright 2006 Pavel Pisa @@ -12,6 +12,9 @@ * *****************************************************************************/ +#ifndef _lpcUSB_H +#define _lpcUSB_H + /* USBIntSt - USB Interrupt Status (R/W) */ #define USB_INT_REQ_LP (1<<0) /*Low priority interrupt line status (RO) */ #define USB_INT_REQ_HP (1<<1) /*High priority interrupt line status. (RO) */ @@ -227,3 +230,4 @@ typedef struct REG32 MODULE_ID; /* Module ID (RO) 00FC */ } usbRegs_t; +#endif /*_lpcUSB_H*/