Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / arch / blackfin / include / asm / twi.h
diff --git a/qemu/roms/u-boot/arch/blackfin/include/asm/twi.h b/qemu/roms/u-boot/arch/blackfin/include/asm/twi.h
new file mode 100644 (file)
index 0000000..922cdbd
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * i2c.c - driver for Blackfin on-chip TWI/I2C
+ *
+ * Copyright (c) 2006-2010 Analog Devices Inc.
+ *
+ * Licensed under the GPL-2 or later.
+ */
+
+#ifndef __ARCH_TWI_H
+#define __ARCH_TWI_H
+
+#include <asm/blackfin.h>
+#include <asm/mach-common/bits/twi.h>
+
+#endif