altos: Move SPI functions to architecture-specific location
authorKeith Packard <keithp@keithp.com>
Tue, 3 Apr 2012 05:58:54 +0000 (22:58 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 3 Apr 2012 05:58:54 +0000 (22:58 -0700)
commitcf1e4d60e1fcd75fa734365a2666ea8930938128
tree98ce2b2e1f00f8be61fbde55152d4a0109bea5b3
parentc09d155328bd446bb84ac1068d380cceb884df22
altos: Move SPI functions to architecture-specific location

Some architecture specific stuff needs to use core altos code, so
create new ao_arch_funcs.h files per architecture that get pulled in
at the end of ao.h

Signed-off-by: Keith Packard <keithp@keithp.com>
src/avr/ao_arch_funcs.h [new file with mode: 0644]
src/cc1111/ao_arch_funcs.h [new file with mode: 0644]
src/core/ao.h
src/stm/ao_arch_funcs.h [new file with mode: 0644]