diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-20 18:30:46 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-20 18:30:46 +0000 |
commit | 4bc74b8aefb222cbc58f42b0fdbc28f50e5f1a35 (patch) | |
tree | bc9172bc7d35fd96c688237a0e9c5c60d1e33076 /sys/src/9/port/portfns.h | |
parent | 334c58f95e3c0834037448a37ca5d4f1c8589b4e (diff) |
audioif, mixer control
Diffstat (limited to 'sys/src/9/port/portfns.h')
-rw-r--r-- | sys/src/9/port/portfns.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/port/portfns.h b/sys/src/9/port/portfns.h index e9deb83bb..ca56a6cf0 100644 --- a/sys/src/9/port/portfns.h +++ b/sys/src/9/port/portfns.h @@ -4,7 +4,6 @@ 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); |