diff options
Diffstat (limited to 'ANDROID_3.4.5/include/linux/timeriomem-rng.h')
-rw-r--r-- | ANDROID_3.4.5/include/linux/timeriomem-rng.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ANDROID_3.4.5/include/linux/timeriomem-rng.h b/ANDROID_3.4.5/include/linux/timeriomem-rng.h deleted file mode 100644 index 3e08a1c8..00000000 --- a/ANDROID_3.4.5/include/linux/timeriomem-rng.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * linux/include/linux/timeriomem-rng.h - * - * Copyright (c) 2009 Alexander Clouter <alex@digriz.org.uk> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - */ - -#include <linux/completion.h> - -struct timeriomem_rng_data { - struct completion completion; - unsigned int present:1; - - void __iomem *address; - - /* measures in usecs */ - unsigned int period; -}; |