blob: 1b59968d0aebbc39ed3f462f979c644e7ca5cd44 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $OpenBSD: te-dpx2.h,v 1.2 1998/02/15 18:49:48 niklas Exp $ */
/* Machine specific defines for the dpx2 machine */
#define dpx2
#define TC_M68K
/* The magic number is not the usual MC68MAGIC. */
#define FILE_HEADER_MAGIC MC68KBCSMAGIC
/* end of te-dpx2.h */
|