Add kfile_off_t typedef, and use it.
[bertos.git] / cpu / arm / io / at91sam7s256.h
index 41e930af7aff155fd5bf0dc6e9c152ea444ce201..9c3299de61d696f37998ff10cc514144e29b3618 100644 (file)
 #define IRQ1_ID     31      ///< External interrupt 1 ID.
 /*\}*/
 
+/** USART pins name */
+/*\{*/
+#define RXD0        5
+#define TXD0        6
+#define RXD1       21
+#define TXD1       22
+/*\}*/
+
 #endif /* AT91SAM7S256_H */