1 /* 2 * local definitions for libdos 3 * 4 * written by ITOH Yasufumi 5 * public domain 6 * 7 * $NetBSD: dos_asm.h,v 1.2.162.1 2011/06/06 09:07:03 jruoho 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