diff options
| author | Aditya Naik | 2020-08-05 12:07:53 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-08-05 12:07:53 -0400 |
| commit | 6fc56b1dfe07bebe4184a8cecbfbd3c50466bfe0 (patch) | |
| tree | 94761159de5c488832056a1142ff3a59e716cb0e /ports/posix/src | |
| parent | 5154fdecac5260ea3a2fd6416c1186eb4d609449 (diff) | |
Changes and stuff
Diffstat (limited to 'ports/posix/src')
| -rw-r--r-- | ports/posix/src/port.h | 3 |
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 |
