blob: c5a8f169c0ba0337fa0441a170e059acc1c353cd (
plain)
1
2
3
4
5
6
7
8
|
/* $NetBSD: mon.h,v 1.2 2001/06/14 13:12:50 fredette Exp $ */
#include <sun68k/mon.h>
#ifndef SUN_MONSTART
#define SUN_MONSTART SUN2_MONSTART
#define SUN_MONEND SUN2_MONEND
#endif
|