summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/powerpc/boot/cuboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/powerpc/boot/cuboot.h')
-rw-r--r--ANDROID_3.4.5/arch/powerpc/boot/cuboot.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/ANDROID_3.4.5/arch/powerpc/boot/cuboot.h b/ANDROID_3.4.5/arch/powerpc/boot/cuboot.h
deleted file mode 100644
index cd2aa7f3..00000000
--- a/ANDROID_3.4.5/arch/powerpc/boot/cuboot.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef _PPC_BOOT_CUBOOT_H_
-#define _PPC_BOOT_CUBOOT_H_
-
-void cuboot_init(unsigned long r4, unsigned long r5,
- unsigned long r6, unsigned long r7,
- unsigned long end_of_ram);
-
-#define CUBOOT_INIT() \
- do { \
- memcpy(&bd, (bd_t *)r3, sizeof(bd)); \
- cuboot_init(r4, r5, r6, r7, bd.bi_memstart + bd.bi_memsize); \
- } while (0)
-
-#endif /* _PPC_BOOT_CUBOOT_H_ */