Home | History | Annotate | Line # | Download | only in libdos
dos_asm.h revision 1.1.6.1
      1      1.1    itohy /*
      2      1.1    itohy  *	local definitions for libdos
      3      1.1    itohy  *
      4      1.1    itohy  *	written by Yasha (ITOH Yasufumi)
      5      1.1    itohy  *	public domain
      6      1.1    itohy  *
      7  1.1.6.1  minoura  *	$NetBSD: dos_asm.h,v 1.1.6.1 2000/06/22 17:05:39 minoura Exp $
      8      1.1    itohy  */
      9      1.1    itohy 
     10      1.1    itohy #include <machine/asm.h>
     11      1.1    itohy 
     12      1.1    itohy #ifdef __ELF__
     13  1.1.6.1  minoura #define CERROR		__DOS_CERROR
     14  1.1.6.1  minoura #define PRCERROR	__DOS_PRCERROR
     15      1.1    itohy #else
     16      1.1    itohy #define CERROR		DOS_CERROR
     17      1.1    itohy #define PRCERROR	DOS_PRCERROR
     18      1.1    itohy #endif
     19