Home | History | Annotate | Line # | Download | only in libdos
dos_asm.h revision 1.2.156.1
      1 /*
      2  *	local definitions for libdos
      3  *
      4  *	written by ITOH Yasufumi
      5  *	public domain
      6  *
      7  *	$NetBSD: dos_asm.h,v 1.2.156.1 2011/03/05 20:52:25 rmind 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