repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added a test for MUIA_Listview_SelectChange.
[AROS.git]
/
arch
/
m68k-amiga
/
devs
/
audio
/
audio_device.h
blob
40eef86b866a17c1493ba4ab9902c737ac0344f7
1
#ifndef AUDIO_DEVICE_H
2
#define AUDIO_DEVICE_H
3
4
#include <exec/types.h>
5
#include <exec/devices.h>
6
#include <exec/semaphores.h>
7
#include <exec/interrupts.h>
8
#include <exec/tasks.h>
9
10
struct
AudioBase
11
{
12
struct
Device td_device
;
13
};
14
15
#endif