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
tools/adflib: build only host variant which is used by Sam440 target
[AROS.git]
/
arch
/
m68k-amiga
/
devs
/
cd
/
cd.conf
blob
375d3e7dc00858103307e0c378ce0d34b6684e35
1
##begin config
2
basename cd
3
version 40.0
4
libbasetype struct cdBase
5
residentpri 5
6
beginio_func BeginIO
7
abortio_func AbortIO
8
options noexpunge
9
##end config
10
11
##begin cdefprivate
12
#include "cd_intern.h"
13
##end cdefprivate
14
15
##begin cdef
16
#include <exec/devices.h>
17
#include <exec/io.h>
18
#include <devices/cd.h>
19
##end cdef