summaryrefslogtreecommitdiffstats
path: root/include/ioctl.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-06-04 09:31:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-06 09:30:32 +0200
commitf3351ebd7864b83b1f5f3cdc7c8a9f9110cb562f (patch)
treed552d362afb4ffd949dba5e758e9e8fbfe73b9a1 /include/ioctl.h
parent3cde41fb901f1c6157c7e3e845239b279e5a2cb0 (diff)
downloadbarebox-f3351ebd7864b83b1f5f3cdc7c8a9f9110cb562f.tar.gz
barebox-f3351ebd7864b83b1f5f3cdc7c8a9f9110cb562f.tar.xz
add basic at91sam9260 support. Currently only second stage
bootloader is supported: - No SDRAM initialisation - No UART init / baudrate change
Diffstat (limited to 'include/ioctl.h')
-rw-r--r--include/ioctl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ioctl.h b/include/ioctl.h
new file mode 100644
index 0000000000..1ade20f905
--- /dev/null
+++ b/include/ioctl.h
@@ -0,0 +1,6 @@
+#ifndef __IOCTL_H
+#define __IOCTL_H
+
+#include <asm-generic/ioctl.h>
+
+#endif /* __IOCTL_H */