mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-09-10 19:35:09 +02:00
12 lines
217 B
C
12 lines
217 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* (C) Copyright 2004-2010
|
|
* Texas Instruments, <www.ti.com>
|
|
*/
|
|
#ifndef _OMAP4_I2C_H_
|
|
#define _OMAP4_I2C_H_
|
|
|
|
#define I2C_DEFAULT_BASE I2C_BASE1
|
|
|
|
#endif /* _OMAP4_I2C_H_ */
|