Files
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

15 lines
259 B
C

/* @(#)mch.h 1.1 94/10/31 Copyr 1987 Sun Micro */
#ifndef _lwp_lwpmachdep_h
#define _lwp_lwpmachdep_h
#ifdef mc68000
#include <lwp/m68k/lwpmachdep.h>
#endif mc68000
#ifdef sparc
#include <lwp/sparc/lwpmachdep.h>
#endif sparc
#endif /*!_lwp_lwpmachdep_h*/