diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-16 22:31:27 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-16 22:31:27 +0000 |
commit | be81150bb4bf4bd24cda4481353840bc4885c1c8 (patch) | |
tree | 04490af5fbc68c39a0414f02e5d286a9bbf6ed0a /sys/src/9/port/portfns.h | |
parent | e4a839031a3c16737a420634195eb5cd1a94f86b (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.h | 1 |
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); |