xref: /netbsd-src/sys/arch/x68k/stand/libdos/dos_asm.h (revision ed461fc193a34ff07bc68b0c28567cb8cfe199e5)
1 /*
2  *	local definitions for libdos
3  *
4  *	written by ITOH Yasufumi
5  *	public domain
6  *
7  *	$NetBSD: dos_asm.h,v 1.3 2011/02/21 02:31:59 itohy Exp $
8  */
9 
10 #include <machine/asm.h>
11 
12 #ifdef __ELF__
13 #define CERROR		__DOS_CERROR
14 #define PRCERROR	__DOS_PRCERROR
15 #else
16 #define CERROR		DOS_CERROR
17 #define PRCERROR	DOS_PRCERROR
18 #endif
19