fix gcc6 build error
[profile/mobile/platform/kernel/u-boot-tm1.git] / include / android_boot.h
1 #ifndef _ANDROID_BOOT_H_
2 #define _ANDROID_BOOT_H_
3
4 void creat_atags(unsigned taddr, const char *cmdline, unsigned raddr, unsigned rsize);
5 void boot_linux(unsigned kaddr,unsigned taddr);
6 #endif