altos: AVR changes - create ao_arch.h files, define ao_arch_reboot
authorKeith Packard <keithp@keithp.com>
Fri, 26 Aug 2011 04:10:56 +0000 (21:10 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 26 Aug 2011 04:10:56 +0000 (21:10 -0700)
commita588092a7d76dab92e4ab11e0fdb457d2ddc9025
treebf9103754995cc842e6ca78d5e0adc82518cbbcc
parent9513be7f9d3d0b0ec29f6487fa9dc8f1ac24d0de
altos: AVR changes - create ao_arch.h files, define ao_arch_reboot

Start pulling changes needed for avr port; architecture-specific code
will live in <architcture>/ao_arch.h. This first change defines
the ao_arch_reboot macro to reboot the microcontroller.

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