home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (c) 1989 Next, Inc.
- */
-
- #ifndef _M68K_TABLE_H
- #define _M68K_TABLE_H
- /*
- * Machine dependent table entries
- */
- #define TBL_NeXT_CPU_REV (TBL_MACHDEP_BASE+0)
- #define TBL_FP_INFO (TBL_MACHDEP_BASE+1)
- #define TBL_NeXT_CPU_REV2 (TBL_MACHDEP_BASE+2)
- #define TBL_NeXT_HAS_NeXTbus (TBL_MACHDEP_BASE+3)
-
- #endif _M68K_TABLE_H
-