Move kfile interface to the io/ directory.
[bertos.git] / bertos / cpu / arm / drv / ser_arm.h
index d3abfea6969c5bc153ba3dd23a071cc498a18056..8c39fcf7cf5b01b5c05f0a286c518de6fc59e99c 100644 (file)
  *
  * -->
  *
- * \version $Id: timer_arm.h 18273 2007-10-11 14:53:02Z batt $
+ * \brief Low-level serial module for ARM (interface).
+ *
+ * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
  *
- * \brief Low-level serial module for ARM (interface).
  */
 
 #include <cpu/detect.h>
 
 #if CPU_ARM_AT91
        #include "ser_at91.h"
+#elif CPU_ARM_LPC2378
+       #include "ser_lpc2.h"
 /*#elif  Add other ARM families here */
 #else
        #error Unknown CPU