diff options
author | Keith Packard <keithp@keithp.com> | 2019-02-04 22:28:02 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2019-02-18 13:08:23 -0800 |
commit | 873f511173c637016b5e173813bd03c1725797bb (patch) | |
tree | d9458610035a74ee3c3c3632073125032fa60dff /src/kernel/ao_send_packet.c | |
parent | c11427819ca24bb77523496309b5b6f699d126c5 (diff) |
altos: Declare all public functions in header files
Including interrupt vectors to catch mis-spellings.
Working toward supporting -Wmissing-prototypes
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/kernel/ao_send_packet.c')
-rw-r--r-- | src/kernel/ao_send_packet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/ao_send_packet.c b/src/kernel/ao_send_packet.c index cae25151..ee468599 100644 --- a/src/kernel/ao_send_packet.c +++ b/src/kernel/ao_send_packet.c @@ -17,6 +17,7 @@ */ #include "ao.h" +#include "ao_send_packet.h" #define AO_MAX_SEND 128 |