mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
16 lines
261 B
C
16 lines
261 B
C
|
/*
|
||
|
* 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
|