Sonic Zhang | 86bdd70 | 2014-01-28 13:53:35 +0800 | [diff] [blame^] | 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 |