diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-07-04 13:15:42 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-07-04 13:15:42 +0000 |
commit | 40b2d98d866cf7f779855160fb4fe1bed6428f8c (patch) | |
tree | 419d8035d9fbe2852ef17058b96a7ec64cf67aea /src | |
parent | ffd4f37b450e3bd30ef7fbb4253ef86c4941e2dc (diff) | |
download | ChibiOS-40b2d98d866cf7f779855160fb4fe1bed6428f8c.tar.gz ChibiOS-40b2d98d866cf7f779855160fb4fe1bed6428f8c.tar.bz2 ChibiOS-40b2d98d866cf7f779855160fb4fe1bed6428f8c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1054 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/pal_lld.h | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/src/templates/pal_lld.h b/src/templates/pal_lld.h index 12dcea77f..f594dd143 100644 --- a/src/templates/pal_lld.h +++ b/src/templates/pal_lld.h @@ -28,6 +28,10 @@ #define _PAL_LLD_H_
/*===========================================================================*/
+/* Unsupported modes and specific modes */
+/*===========================================================================*/
+
+/*===========================================================================*/
/* I/O Ports Types and constants. */
/*===========================================================================*/
@@ -313,17 +317,6 @@ typedef uint32_t ioportid_t; */
#define pal_lld_setpadmode(port, pad, mode)
-#ifdef __cplusplus
-extern "C" {
-#endif
- ioportmask_t palReadBus(IOBus *bus);
- void palWriteBus(IOBus *bus, ioportmask_t bits);
- void palSetBusMode(IOBus *bus, uint_fast8_t mode);
-#ifdef __cplusplus
-}
-#endif
-
-
#endif /* _PAL_LLD_H_ */
/** @} */
|