Files
seta75D 2e8a93c394 Init
2021-10-11 18:20:23 -03:00

15 lines
259 B
C

/* @(#)mch.h 1.1 92/07/30 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*/