diff options
author | Keith Packard <keithp@keithp.com> | 2012-04-13 09:39:20 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-04-14 14:04:29 -0700 |
commit | 0667261e03b3fd403e97d02ea6204b007bb13f58 (patch) | |
tree | 6f1dfc96b8cc5cbed3cc371b203d2cdad0bde909 /src/drivers/ao_pyro_slave.c | |
parent | 2b4a53342980618b193cbee5b803e56f7c937893 (diff) |
altos: Pull more interfaces out of ao.h and move to separate files
This moves the aes, btm, companion, lcd and packet interfaces out of ao.h
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_pyro_slave.c')
-rw-r--r-- | src/drivers/ao_pyro_slave.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/drivers/ao_pyro_slave.c b/src/drivers/ao_pyro_slave.c index 5ef42b5a..5a8ab922 100644 --- a/src/drivers/ao_pyro_slave.c +++ b/src/drivers/ao_pyro_slave.c @@ -15,8 +15,9 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include "ao.h" -#include "ao_product.h" +#include <ao.h> +#include <ao_product.h> +#include <ao_companion.h> struct ao_companion_command ao_companion_command; |