]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - embedded/arch/arm/mach-lpc21xx/defines/lpcUSB.h
Update of system-less architecture and board support code to actual uLAN.sf.net version.
[lincan.git] / embedded / arch / arm / mach-lpc21xx / defines / lpcUSB.h
index 3f924b55f8f6a1bebb7b682ac5b437393d8c2dbf..aefea9825123747a52324e3851ba6b7bef3bf454 100644 (file)
@@ -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 <pisa@cmp.felk.cvut.cz>
  *
  * Header file for Philips LPC214x USB enabled ARM Processors 
  * Copyright 2006 Pavel Pisa <pisa@cmp.felk.cvut.cz>
@@ -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) */
 /* 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;
 
   REG32 MODULE_ID;     /* Module ID (RO) 00FC */
 } usbRegs_t;
 
+#endif /*_lpcUSB_H*/