summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-10-30 19:36:29 -0700
committerKeith Packard <keithp@keithp.com>2010-10-30 19:36:29 -0700
commit3f53e5daeca4d9257aef017594fd65b379b97a1e (patch)
tree691bf5573ed0ef5060bfc26f6ac84ed7267c65e3 /src/ao.h
parent811ced628d586134224c1b501b40ce9eb435fc7c (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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ao.h b/src/ao.h
index 5b174947..a952c50d 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -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_ */