- Set a default PCM volume so that something can be heard when driver is
[AROS.git] / workbench / devs / xpipe_handler_gcc.h
blobd3fa2f04cbeb8799ebdc44208d98db8b2d99eef7
1 #ifndef XPIPE_HANDLER_GCC_H
2 #define XPIPE_HANDLER_GCC_H
4 /*
5 Copyright © 2008, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <aros/libcall.h>
10 #include <exec/execbase.h>
11 #include <exec/devices.h>
12 #include <dos/dos.h>
14 struct XPipeBase
16 struct Device device;
17 struct DosLibrary *dosbase;
18 struct Process *proc;
21 #ifdef DOSBase
22 #undef DOSBase
23 #endif
24 #define DOSBase xpipebase->dosbase
26 #endif /* !XPIPE_HANDLER_GCC_H */