aboutsummaryrefslogtreecommitdiff
path: root/include/sbi_utils/serial/gaisler-uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sbi_utils/serial/gaisler-uart.h')
-rw-r--r--include/sbi_utils/serial/gaisler-uart.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/sbi_utils/serial/gaisler-uart.h b/include/sbi_utils/serial/gaisler-uart.h
new file mode 100644
index 0000000..11d1f20
--- /dev/null
+++ b/include/sbi_utils/serial/gaisler-uart.h
@@ -0,0 +1,17 @@
+/*
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2021 Cobham Gaisler AB.
+ *
+ * Authors:
+ * Daniel Cederman <cederman@gaisler.com>
+ */
+
+#ifndef __SERIAL_GAISLER_APBUART_H__
+#define __SERIAL_GAISLER_APBUART_H__
+
+#include <sbi/sbi_types.h>
+
+int gaisler_uart_init(unsigned long base, u32 in_freq, u32 baudrate);
+
+#endif