fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / drivers / char / ipmi / ipmi_si_sm.h
index bf3d496..4b731b2 100644 (file)
@@ -50,11 +50,12 @@ struct si_sm_io
 
        /* Generic info used by the actual handling routines, the
            state machine shouldn't touch these. */
-       void *info;
        void __iomem *addr;
        int  regspacing;
        int  regsize;
        int  regshift;
+       int addr_type;
+       long addr_data;
 };
 
 /* Results of SMI events. */