Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / x68k / stand / libdos / dos_asm.h
bloba98944011a72e09b2c2e3f27fb5344628328ea01
1 /*
2 * local definitions for libdos
4 * written by Yasha (ITOH Yasufumi)
5 * public domain
7 * $NetBSD: dos_asm.h,v 1.1 1999/11/11 08:14:43 itohy Exp $
8 */
10 #include <machine/asm.h>
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