1 /* 2 * local definitions for libdos 3 * 4 * written by Yasha (ITOH Yasufumi) 5 * public domain 6 * 7 * $NetBSD: dos_asm.h,v 1.1.6.1 2000/06/22 17:05:39 minoura 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