barebox/include/ioctl.h
Sascha Hauer f3351ebd78 add basic at91sam9260 support. Currently only second stage
bootloader is supported:
- No SDRAM initialisation
- No UART init / baudrate change
2008-06-06 09:30:32 +02:00

7 lines
92 B
C

#ifndef __IOCTL_H
#define __IOCTL_H
#include <asm-generic/ioctl.h>
#endif /* __IOCTL_H */