diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-25 14:40:51 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-25 14:40:51 -0700 |
commit | 61510f98404bca6861b2da98f6cd9ba9deb76968 (patch) | |
tree | 415246ed168f15e1e4990e65ef720a40c3474e70 /ao.h | |
parent | 0f07803d84b5ac89500ee33a6818c50583e3ff7f (diff) |
Add radio code to emit a 1kHz tone
Diffstat (limited to 'ao.h')
-rw-r--r-- | ao.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -729,6 +729,12 @@ void ao_radio_recv(__xdata struct ao_radio_recv *recv) __reentrant; void +ao_radio_rdf(void); + +void +ao_radio_rdf_abort(void); + +void ao_radio_init(void); /* |