]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/hw_random.h
PM: Remove destroy_suspended_device()
[linux-2.6-omap-h63xx.git] / include / linux / hw_random.h
index 21ea7610e1775ae4be3015f36f956d19f88e8b73..85d11916e9ea48a878f54eb3aff5045a8ec2b2c7 100644 (file)
@@ -33,7 +33,7 @@ struct hwrng {
        const char *name;
        int (*init)(struct hwrng *rng);
        void (*cleanup)(struct hwrng *rng);
-       int (*data_present)(struct hwrng *rng);
+       int (*data_present)(struct hwrng *rng, int wait);
        int (*data_read)(struct hwrng *rng, u32 *data);
        unsigned long priv;