summaryrefslogtreecommitdiff
path: root/ports/posix/src
diff options
context:
space:
mode:
authorAditya Naik2020-08-05 12:07:53 -0400
committerAditya Naik2020-08-05 12:07:53 -0400
commit6fc56b1dfe07bebe4184a8cecbfbd3c50466bfe0 (patch)
tree94761159de5c488832056a1142ff3a59e716cb0e /ports/posix/src
parent5154fdecac5260ea3a2fd6416c1186eb4d609449 (diff)
Changes and stuff
Diffstat (limited to 'ports/posix/src')
-rw-r--r--ports/posix/src/port.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/posix/src/port.h b/ports/posix/src/port.h
index 01d1fb1..6f10699 100644
--- a/ports/posix/src/port.h
+++ b/ports/posix/src/port.h
@@ -11,5 +11,8 @@
#include <mqueue.h>
#include <stdint.h>
#include <errno.h>
+#include "stream.h"
+
+int initialize_devices(int num_devices, p_stream_t *streams);
#endif