]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/blackfin/include/asm/twi.h
Merge branch 'master' of git://git.denx.de/u-boot-spi
[karo-tx-uboot.git] / 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