diff options
author | Keith Packard <keithp@keithp.com> | 2012-06-26 23:05:42 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-06-26 23:05:42 -0700 |
commit | 33f8f7add27a02d24b0671da353b59762224c1ee (patch) | |
tree | 6c472a0b72a4c990a18344c40cb6a94484a36dc1 /src/core/ao.h | |
parent | 03dc80d15a2f8fe9d7340351226dadd8bc3cfdb9 (diff) |
altos: Make cc1111 radio control functions static
No need to publish these; they're all private to cc1111
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao.h')
-rw-r--r-- | src/core/ao.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/core/ao.h b/src/core/ao.h index 204c8530..c13029bf 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -505,15 +505,7 @@ void ao_radio_general_isr(void) ao_arch_interrupt(16); void -ao_radio_get(uint8_t len); - -#define ao_radio_put() ao_mutex_put(&ao_radio_mutex) - -void -ao_radio_set_packet(void); - -void -ao_radio_send(__xdata void *d, uint8_t size) __reentrant; +ao_radio_send(const __xdata void *d, uint8_t size) __reentrant; uint8_t ao_radio_recv(__xdata void *d, uint8_t size) __reentrant; @@ -538,9 +530,6 @@ void ao_radio_rdf_abort(void); void -ao_radio_idle(void); - -void ao_radio_init(void); /* |