summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/include/i2c.h
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-07-17 15:16:50 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-07-17 15:16:50 +0000
commit9364cf663fc1dcebcc1b87cc4cec7beae5490031 (patch)
treea3788a17e3f6a72264a9bde798274805c56d9257 /c/src/lib/libbsp/arm/lpc24xx/include/i2c.h
parentremove obsolete files (diff)
downloadrtems-9364cf663fc1dcebcc1b87cc4cec7beae5490031.tar.bz2
adding lpc24xx BSP parts
Diffstat (limited to 'c/src/lib/libbsp/arm/lpc24xx/include/i2c.h')
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/include/i2c.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/lpc24xx/include/i2c.h b/c/src/lib/libbsp/arm/lpc24xx/include/i2c.h
new file mode 100644
index 0000000000..f15ade1aad
--- /dev/null
+++ b/c/src/lib/libbsp/arm/lpc24xx/include/i2c.h
@@ -0,0 +1,41 @@
+/**
+ * @file
+ *
+ * @ingroup lpc24xx
+ *
+ * LibI2C bus driver for the I2C modules.
+ */
+
+/*
+ * Copyright (c) 2009
+ * embedded brains GmbH
+ * Obere Lagerstr. 30
+ * D-82178 Puchheim
+ * Germany
+ * <rtems@embedded-brains.de>
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ */
+
+#ifndef LIBBSP_ARM_LPC24XX_I2C_H
+#define LIBBSP_ARM_LPC24XX_I2C_H
+
+#include <rtems/libi2c.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
+extern rtems_libi2c_bus_t * const lpc24xx_i2c_0;
+
+extern rtems_libi2c_bus_t * const lpc24xx_i2c_1;
+
+extern rtems_libi2c_bus_t * const lpc24xx_i2c_2;
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+#endif /* LIBBSP_ARM_LPC24XX_I2C_H */