Move adsbus into its own dir.

This commit is contained in:
Ian Gulliver
2016-02-18 09:36:53 -08:00
parent 6ac29e9704
commit cf6eef6118
26 changed files with 0 additions and 3 deletions

10
adsbus/send.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
#include "common.h"
void send_init();
struct serializer *send_get_serializer(char *);
void send_add(int, struct serializer *);
void send_add_wrapper(int, void *);
void send_write(struct packet *);
void send_print_usage();