make fat.handler build again with debug enabled
[tangerine.git] / arch / i386-darwin / devs / filesys / emul_handler / emul_handler_gcc.h
blob210d7c5d81847dbf8cf9b2c96c338daa38b85cd6
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: english
7 */
8 #ifndef EMUL_HANDLER_GCC_H
9 #define EMUL_HANDLER_GCC_H
10 #include <aros/libcall.h>
11 #include <exec/execbase.h>
12 #include <exec/devices.h>
13 #include <dos/dos.h>
14 #include <proto/oop.h>
15 #include <hidd/unixio.h>
17 #include "emul_handler_intern.h"
19 #define expunge() \
20 __AROS_LC0(BPTR, expunge, struct emulbase *, emulbase, 3, emul_handler)
22 #endif