Staging: comedi: Remove C99 comments
[pandora-kernel.git] / drivers / staging / comedi / drivers / amcc_s5933.h
index aceffce..b810d5f 100644 (file)
 /****************************************************************************/
 #define INTCSR_OUTBOX_BYTE(x)  ((x) & 0x3)
 #define INTCSR_OUTBOX_SELECT(x)        (((x) & 0x3) << 2)
-#define INTCSR_OUTBOX_EMPTY_INT        0x10    // enable outbox empty interrupt
+#define INTCSR_OUTBOX_EMPTY_INT        0x10    /*  enable outbox empty interrupt */
 #define INTCSR_INBOX_BYTE(x)   (((x) & 0x3) << 8)
 #define INTCSR_INBOX_SELECT(x) (((x) & 0x3) << 10)
-#define INTCSR_INBOX_FULL_INT  0x1000  // enable inbox full interrupt
-#define INTCSR_INBOX_INTR_STATUS       0x20000 // read, or write clear inbox full interrupt
-#define INTCSR_INTR_ASSERTED   0x800000        // read only, interrupt asserted
+#define INTCSR_INBOX_FULL_INT  0x1000  /*  enable inbox full interrupt */
+#define INTCSR_INBOX_INTR_STATUS       0x20000 /*  read, or write clear inbox full interrupt */
+#define INTCSR_INTR_ASSERTED   0x800000        /*  read only, interrupt asserted */
 
 /****************************************************************************/
 /* AMCC - PCI non-volatile ram command register (byte 3 of master control/status register) */
 #define AINT_IMB_SELECT        0x0000000c
 #define AINT_IMB_BYTE          0x00000003
 
-// these are bits from various different registers, needs cleanup XXX
+/* these are bits from various different registers, needs cleanup XXX */
 /* Enable Bus Mastering */
 #define EN_A2P_TRANSFERS       0x00000400
 /* FIFO Flag Reset */