summaryrefslogtreecommitdiff
path: root/software/shared/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/shared/uart.h')
-rw-r--r--software/shared/uart.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/software/shared/uart.h b/software/shared/uart.h
deleted file mode 100644
index e97ef8b..0000000
--- a/software/shared/uart.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// See LICENSE for license details.
-
-#ifndef SIFIVE_UART_H
-#define SIFIVE_UART_H
-
-#define UART_RX_OFFSET 0
-#define UART_TX_OFFSET 0
-#define UART_TX_COUNT_OFFSET 0x4
-#define UART_RX_COUNT_OFFSET 0x8
-#define UART_DIVIDER_OFFSET 0xC
-
-#endif