fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / drivers / char / sx.h
index 9e65004..432aad0 100644 (file)
@@ -32,9 +32,10 @@ struct sx_port {
 
 struct sx_board {
   int magic;
-  unsigned long base;
-  unsigned long base2;
+  void __iomem *base;
+  void __iomem *base2;
   unsigned long hw_base;
+  resource_size_t hw_len;
   int eisa_base;
   int port_base; /* Number of the first port */
   struct sx_port *ports;