diff options
author | Keith Packard <keithp@keithp.com> | 2010-10-30 19:36:29 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-10-30 19:36:29 -0700 |
commit | 3f53e5daeca4d9257aef017594fd65b379b97a1e (patch) | |
tree | 691bf5573ed0ef5060bfc26f6ac84ed7267c65e3 /src/ao.h | |
parent | 811ced628d586134224c1b501b40ce9eb435fc7c (diff) |
Add initial teleterra implementation.
Not a lot of new code here, but it does test the teleterra audio system.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao.h')
-rw-r--r-- | src/ao.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1104,4 +1104,12 @@ ao_packet_slave_stop(void); void ao_packet_slave_init(void); +/* ao_terraui.c */ + +void +ao_terraui(void); + +void +ao_terraui_init(void); + #endif /* _AO_H_ */ |