]> git.sur5r.net Git - u-boot/blob - arch/blackfin/include/asm/twi.h
tegra: dts: Sync up nyan-big files with Linux
[u-boot] / arch / blackfin / include / asm / twi.h
1 /*
2  * i2c.c - driver for Blackfin on-chip TWI/I2C
3  *
4  * Copyright (c) 2006-2010 Analog Devices Inc.
5  *
6  * Licensed under the GPL-2 or later.
7  */
8
9 #ifndef __ARCH_TWI_H
10 #define __ARCH_TWI_H
11
12 #include <asm/blackfin.h>
13 #include <asm/mach-common/bits/twi.h>
14
15 #endif