summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-24 15:32:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-24 15:32:04 +0000
commite570c3132448071027eefeec239f6ddc9a3ffcdb (patch)
tree8fbc055cf86a187706bc3eba1d098268e5368e41 /c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c
parent2011-01-24 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-e570c3132448071027eefeec239f6ddc9a3ffcdb.tar.bz2
2011-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac, console/console-config.c, i2c/i2c_init.c, include/bsp.h, include/hwreg_vals.h, include/irq.h, include/tm27.h, include/tsec-config.h, irq/irq.c, network/network.c, spi/spi_init.c, startup/bspstart.c: Address some of the issues spotted by the check_bsp script.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c')
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c b/c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c
index 88ebe35b93..0ed7cf8d1e 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c
+++ b/c/src/lib/libbsp/powerpc/gen83xx/i2c/i2c_init.c
@@ -16,6 +16,11 @@
+-----------------------------------------------------------------+
| this file contains the low level MPC83xx I2C driver parameters |
\*===============================================================*/
+
+/*
+ * $Id$
+ */
+
#include <mpc83xx/mpc83xx_i2cdrv.h>
#include <libchip/i2c-2b-eeprom.h>
#include <bsp/irq.h>