summaryrefslogtreecommitdiffstats
path: root/bsps/microblaze/include/dev/serial/uartlite.h
diff options
context:
space:
mode:
authorAlex White <alex.white@oarcorp.com>2022-10-24 08:37:16 -0500
committerJoel Sherrill <joel@rtems.org>2022-11-29 16:59:26 -0600
commitc3e14019c8877f647254dde3e806ea303c6cf0ab (patch)
tree804c13867c08cacda7182217dfae32c118675788 /bsps/microblaze/include/dev/serial/uartlite.h
parentspec/beagle: Add missing spi.h install (diff)
downloadrtems-c3e14019c8877f647254dde3e806ea303c6cf0ab.tar.bz2
bsps/microblaze: Fix console interrupt build errors
This fixes build errors seen when building with console interrupts enabled. A few places were missing bspopts.h includes, and one of the UART functions was not defined.
Diffstat (limited to 'bsps/microblaze/include/dev/serial/uartlite.h')
-rw-r--r--bsps/microblaze/include/dev/serial/uartlite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/microblaze/include/dev/serial/uartlite.h b/bsps/microblaze/include/dev/serial/uartlite.h
index 6e288d4dc7..2fda3796b3 100644
--- a/bsps/microblaze/include/dev/serial/uartlite.h
+++ b/bsps/microblaze/include/dev/serial/uartlite.h
@@ -36,6 +36,7 @@
#ifndef LIBBSP_MICROBLAZE_SHARED_UARTLITE_H
#define LIBBSP_MICROBLAZE_SHARED_UARTLITE_H
+#include <bspopts.h>
#include <rtems/termiostypes.h>
#include <dev/serial/uartlite_l.h>