summaryrefslogtreecommitdiff
path: root/src/core/ao_aes.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-08-27 13:47:16 -0700
committerKeith Packard <keithp@keithp.com>2012-08-27 13:47:16 -0700
commit0f3483f93137f41a61f3fcbe06afcaffb1b9e17b (patch)
tree17347990eff672a49b3491267e71a946ea8e0fa0 /src/core/ao_aes.h
parent85fd7ab504a9fac1de90bbe7df8ea477a092c2b0 (diff)
altos: Clean up radio APIs
Move api to ao_radio_cmac.h include file. Expose ao_radio_test as standard API. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao_aes.h')
-rw-r--r--src/core/ao_aes.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/core/ao_aes.h b/src/core/ao_aes.h
index ab3e367e..c47bc2db 100644
--- a/src/core/ao_aes.h
+++ b/src/core/ao_aes.h
@@ -51,21 +51,4 @@ ao_aes_run(__xdata uint8_t *in,
void
ao_aes_init(void);
-/* ao_radio_cmac.c */
-
-int8_t
-ao_radio_cmac_send(__xdata void *packet, uint8_t len) __reentrant;
-
-#define AO_RADIO_CMAC_OK 0
-#define AO_RADIO_CMAC_LEN_ERROR -1
-#define AO_RADIO_CMAC_CRC_ERROR -2
-#define AO_RADIO_CMAC_MAC_ERROR -3
-#define AO_RADIO_CMAC_TIMEOUT -4
-
-int8_t
-ao_radio_cmac_recv(__xdata void *packet, uint8_t len, uint16_t timeout) __reentrant;
-
-void
-ao_radio_cmac_init(void);
-
#endif /* _AO_AES_H_ */