From 1ddd49eec7be60413d5054937ee1a1c001842769 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 6 Feb 2009 17:40:24 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@725 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ports/ARM7-LPC214x/vic.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ports/ARM7-LPC214x/vic.h') diff --git a/ports/ARM7-LPC214x/vic.h b/ports/ARM7-LPC214x/vic.h index 2c3fdd32d..a219f4a32 100644 --- a/ports/ARM7-LPC214x/vic.h +++ b/ports/ARM7-LPC214x/vic.h @@ -17,16 +17,25 @@ along with this program. If not, see . */ +/** + * @file ports/ARM7-LPC214x/vic.h + * @brief LPC214x VIC peripheral support code. + * @addtogroup LPC214x_VIC + * @{ + */ + #ifndef _VIC_H_ #define _VIC_H_ #ifdef __cplusplus extern "C" { #endif - void InitVIC(void); + void lpc214x_vic_init(void); void SetVICVector(void *handler, int vector, int source); #ifdef __cplusplus } #endif #endif /* _VIC_H_ */ + +/** @} */ -- cgit v1.2.3