15 lines
259 B
C
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*/
|