summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include
diff options
context:
space:
mode:
authorWolfram Sang <wolfram@the-dreams.de>2011-05-04 22:58:16 +0200
committerHarald Welte <laforge@gnumonks.org>2011-05-05 09:52:47 +0200
commit07589649b1ae07a45afc370e222374281735aa72 (patch)
treea79121f73e2087d361beb037c036578ff7f2816b /src/target/firmware/include
parent832b8b275b6c03f21c67195b9a1ac382d4a6d46c (diff)
uart.h: move header out of calypso-directory
Everything defined is a pretty generic interface and can be used by mediatek, too. Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>
Diffstat (limited to 'src/target/firmware/include')
-rw-r--r--src/target/firmware/include/uart.h (renamed from src/target/firmware/include/calypso/uart.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/target/firmware/include/calypso/uart.h b/src/target/firmware/include/uart.h
index 7eb925ed..81d7a156 100644
--- a/src/target/firmware/include/calypso/uart.h
+++ b/src/target/firmware/include/uart.h
@@ -1,5 +1,5 @@
-#ifndef _CAL_UART_H
-#define _CAL_UART_H
+#ifndef _UART_H
+#define _UART_H
#include <stdint.h>
@@ -29,4 +29,4 @@ void uart_irq_enable(uint8_t uart, enum uart_irq irq, int on);
void uart_poll(uint8_t uart);
-#endif /* _CAL_UART_H */
+#endif /* _UART_H */