diff options
Diffstat (limited to 'roms/u-boot/arch/blackfin/include/asm/twi.h')
-rw-r--r-- | roms/u-boot/arch/blackfin/include/asm/twi.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/u-boot/arch/blackfin/include/asm/twi.h b/roms/u-boot/arch/blackfin/include/asm/twi.h new file mode 100644 index 00000000..922cdbd8 --- /dev/null +++ b/roms/u-boot/arch/blackfin/include/asm/twi.h @@ -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 |