blob: 922cdbd892ebd858b70e8753a6c260a89c32f473 [file] [log] [blame]
Sonic Zhang86bdd702014-01-28 13:53:35 +08001/*
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