X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Fmicroblaze%2Finclude%2Fasm%2Fprocessor.h;h=2c4d5ffc5cbbb8e779272109dd37510754ae7353;hb=2380b8f529ae95cc51fa475e83101e40f4191a43;hp=2295d0a460ebd5cb73ef3f2ca8372f44ce8e9981;hpb=bcbb046bd5cba6acb07aa99cad728726be8359e6;p=platform%2Fkernel%2Fu-boot.git diff --git a/arch/microblaze/include/asm/processor.h b/arch/microblaze/include/asm/processor.h index 2295d0a..2c4d5ff 100644 --- a/arch/microblaze/include/asm/processor.h +++ b/arch/microblaze/include/asm/processor.h @@ -28,4 +28,7 @@ extern char __end[]; extern char __text_start[]; +/* Microblaze board initialization function */ +void board_init(void); + #endif /* __ASM_MICROBLAZE_PROCESSOR_H */