13 lines
306 B
C
13 lines
306 B
C
/* @(#)fpu.h 1.1 10/31/94 Copyright Sun Micro */
|
|
|
|
/*
|
|
* Co-Processor Types
|
|
*/
|
|
|
|
#define WEITEK 0 /* Weitek family */
|
|
#define TI8847 10 /* TI family 8847 */
|
|
#define MC68881 20 /* Motorola family 68881 */
|
|
#define FAB6 30 /* FAB6 */
|
|
#define INVALID -1 /* Invalid device code */
|
|
|