From 40b2d98d866cf7f779855160fb4fe1bed6428f8c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 4 Jul 2009 13:15:42 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1054 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/templates/pal_lld.h | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'src') 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 @@ -27,6 +27,10 @@ #ifndef _PAL_LLD_H_ #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_ */ /** @} */ -- cgit v1.2.3