mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
95ffaba390
Add support for newer (up to 2.6.33) kernels Add zboot command which takes the address of a bzImage as its first argument and (optionally) the size of the bzImage as the second argument (the second argument is needed for older kernels which do not include the bzImage size in the header) Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
6 lines
99 B
C
6 lines
99 B
C
#ifndef _LINUX_IOCTL_H
|
|
#define _LINUX_IOCTL_H
|
|
|
|
#include <asm/ioctl.h>
|
|
|
|
#endif /* _LINUX_IOCTL_H */
|