159c36c2cSitohy /* 259c36c2cSitohy * local definitions for libdos 359c36c2cSitohy * 4*ed461fc1Sitohy * written by ITOH Yasufumi 559c36c2cSitohy * public domain 659c36c2cSitohy * 7*ed461fc1Sitohy * $NetBSD: dos_asm.h,v 1.3 2011/02/21 02:31:59 itohy Exp $ 859c36c2cSitohy */ 959c36c2cSitohy 1059c36c2cSitohy #include <machine/asm.h> 1159c36c2cSitohy 1259c36c2cSitohy #ifdef __ELF__ 13db3aed16Sitohy #define CERROR __DOS_CERROR 14db3aed16Sitohy #define PRCERROR __DOS_PRCERROR 1559c36c2cSitohy #else 1659c36c2cSitohy #define CERROR DOS_CERROR 1759c36c2cSitohy #define PRCERROR DOS_PRCERROR 1859c36c2cSitohy #endif 19