aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/hott/comms.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/hott/comms.h')
-rw-r--r--src/drivers/hott/comms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/hott/comms.h b/src/drivers/hott/comms.h
index f5608122f..0a586a8fd 100644
--- a/src/drivers/hott/comms.h
+++ b/src/drivers/hott/comms.h
@@ -41,6 +41,6 @@
#ifndef COMMS_H_
#define COMMS_H
-int open_uart(const char *device);
+__EXPORT int open_uart(const char *device);
#endif /* COMMS_H_ */