![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _PPC_BOOT_CUBOOT_H_ 0003 #define _PPC_BOOT_CUBOOT_H_ 0004 0005 void cuboot_init(unsigned long r4, unsigned long r5, 0006 unsigned long r6, unsigned long r7, 0007 unsigned long end_of_ram); 0008 0009 #define CUBOOT_INIT() \ 0010 do { \ 0011 memcpy(&bd, (bd_t *)r3, sizeof(bd)); \ 0012 cuboot_init(r4, r5, r6, r7, bd.bi_memstart + bd.bi_memsize); \ 0013 } while (0) 0014 0015 #endif /* _PPC_BOOT_CUBOOT_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |