xref: /netbsd/sys/arch/x68k/stand/libdos/dos_asm.h (revision bf9ec67e)
1 /*
2  *	local definitions for libdos
3  *
4  *	written by Yasha (ITOH Yasufumi)
5  *	public domain
6  *
7  *	$NetBSD: dos_asm.h,v 1.2 2000/06/19 03:42:31 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