]> err.no Git - linux-2.6/blobdiff - include/asm-ppc64/vio.h
[PATCH] ppc64: Remove PTRRELOC() from msChunks code
[linux-2.6] / include / asm-ppc64 / vio.h
index 1e6d4c4b83a0f051ddf6d2e1ca7d1335b5da8abf..a82e87c1c5faf87dd781901f9c38016e37e47e1f 100644 (file)
@@ -105,6 +105,9 @@ static inline struct vio_dev *to_vio_dev(struct device *dev)
        return container_of(dev, struct vio_dev, dev);
 }
 
-extern int vio_bus_init(void);
+extern int vio_bus_init(int (*is_match)(const struct vio_device_id *id,
+                       const struct vio_dev *dev),
+               void (*)(struct vio_dev *),
+               void (*)(struct device *));
 
 #endif /* _ASM_VIO_H */