summaryrefslogtreecommitdiff
path: root/sys/src/9/port/portfns.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-05-16 22:31:27 +0000
committercinap_lenrek <cinap_lenrek@localhost>2011-05-16 22:31:27 +0000
commitbe81150bb4bf4bd24cda4481353840bc4885c1c8 (patch)
tree04490af5fbc68c39a0414f02e5d286a9bbf6ed0a /sys/src/9/port/portfns.h
parente4a839031a3c16737a420634195eb5cd1a94f86b (diff)
remove audio.h, put stuff in port^(dat fns).h
Diffstat (limited to 'sys/src/9/port/portfns.h')
-rw-r--r--sys/src/9/port/portfns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/port/portfns.h b/sys/src/9/port/portfns.h
index ca56a6cf0..e9deb83bb 100644
--- a/sys/src/9/port/portfns.h
+++ b/sys/src/9/port/portfns.h
@@ -4,6 +4,7 @@ Timer* addclock0link(void (*)(void), int);
int addphysseg(Physseg*);
void addbootfile(char*, uchar*, ulong);
void addwatchdog(Watchdog*);
+void addaudiocard(char *, int (*)(Audio *));
Block* adjustblock(Block*, int);
void alarmkproc(void*);
Block* allocb(int);