aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/machdep.h')
-rw-r--r--arch/powerpc/include/asm/machdep.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/machdep.h b/arch/powerpc/include/asm/machdep.h
index 8b480901165a..ce6cc2a7b8b9 100644
--- a/arch/powerpc/include/asm/machdep.h
+++ b/arch/powerpc/include/asm/machdep.h
@@ -263,6 +263,10 @@ struct machdep_calls {
263 ssize_t (*cpu_probe)(const char *, size_t); 263 ssize_t (*cpu_probe)(const char *, size_t);
264 ssize_t (*cpu_release)(const char *, size_t); 264 ssize_t (*cpu_release)(const char *, size_t);
265#endif 265#endif
266
267#ifdef CONFIG_ARCH_RANDOM
268 int (*get_random_long)(unsigned long *v);
269#endif
266}; 270};
267 271
268extern void e500_idle(void); 272extern void e500_idle(void);