aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARM7-LPC214x/vic.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-06 17:40:24 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-06 17:40:24 +0000
commit1ddd49eec7be60413d5054937ee1a1c001842769 (patch)
tree4826e224810d14ba396582952cd614bb9f2da925 /ports/ARM7-LPC214x/vic.h
parent87805ba16625d490475be626372a87d7c53e700c (diff)
downloadChibiOS-1ddd49eec7be60413d5054937ee1a1c001842769.tar.gz
ChibiOS-1ddd49eec7be60413d5054937ee1a1c001842769.tar.bz2
ChibiOS-1ddd49eec7be60413d5054937ee1a1c001842769.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@725 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARM7-LPC214x/vic.h')
-rw-r--r--ports/ARM7-LPC214x/vic.h11
1 files changed, 10 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
*/
+/**
+ * @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_ */
+
+/** @} */