1999-11-11 11:14:43 +03:00
|
|
|
/*
|
|
|
|
* local definitions for libdos
|
|
|
|
*
|
|
|
|
* written by Yasha (ITOH Yasufumi)
|
|
|
|
* public domain
|
|
|
|
*
|
2000-06-19 07:42:31 +04:00
|
|
|
* $NetBSD: dos_asm.h,v 1.2 2000/06/19 03:42:31 itohy Exp $
|
1999-11-11 11:14:43 +03:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <machine/asm.h>
|
|
|
|
|
|
|
|
#ifdef __ELF__
|
2000-06-19 07:42:31 +04:00
|
|
|
#define CERROR __DOS_CERROR
|
|
|
|
#define PRCERROR __DOS_PRCERROR
|
1999-11-11 11:14:43 +03:00
|
|
|
#else
|
|
|
|
#define CERROR DOS_CERROR
|
|
|
|
#define PRCERROR DOS_PRCERROR
|
|
|
|
#endif
|