vserver 2.0 rc7
[linux-2.6.git] / drivers / atm / nicstar.h
index a7eaee7..ea83c46 100644 (file)
@@ -739,8 +739,8 @@ typedef struct skb_pool
 
 typedef struct vc_map
 {
-   volatile int tx:1;                          /* TX vc? */
-   volatile int rx:1;                          /* RX vc? */
+   volatile unsigned int tx:1;                         /* TX vc? */
+   volatile unsigned int rx:1;                         /* RX vc? */
    struct atm_vcc *tx_vcc, *rx_vcc;
    struct sk_buff *rx_iov;             /* RX iovector skb */
    scq_info *scq;                      /* To keep track of the SCQ */