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
Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git]
/
arch
/
all-unix
/
libs
/
oss
/
oss_intern.h
blob
874bbf46531f5c338274baac5af051c47eb2cac2
1
#include <exec/libraries.h>
2
#include <oop/oop.h>
3
4
extern
OOP_Object
*
unixio
;
5
extern
int
audio_fd
;
6
7
struct
OSS_Base
8
{
9
struct
Library lib
;
10
OOP_AttrBase UnixIOAttrBase
;
11
};
12
13
#undef HiddUnixIOAttrBase
14
#define HiddUnixIOAttrBase LIBBASE->UnixIOAttrBase