diff options
author | Keith Packard <keithp@keithp.com> | 2011-10-23 14:08:59 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-10-23 14:08:59 -0700 |
commit | 7e7a10c06a0486e9f869e361e46f2c98db9897b0 (patch) | |
tree | fda3c3f704dcf30b75154853f7fdc19902346a8b /src/core | |
parent | 8e2736226fcd7c1ab1ba93a5ebac9b285ebf4733 (diff) |
altos: Add button driver and sample user
Hook up the teleterra buttons and have them beep
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/ao.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/ao.h b/src/core/ao.h index c800f1fc..43d4e0e3 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -1851,4 +1851,11 @@ ao_log_single(void); #define ao_xmemcmp(d,s,c) memcmp(d,s,c) #endif +/* + * ao_terraui.c + */ + +void +ao_terraui_init(void); + #endif /* _AO_H_ */ |