xref: /inferno-os/Plan9/sparc/include/os.h (revision 7ef44d652ae9e5e1f5b3465d73684e4a54de73c0)
1 /*
2  * Solaris 2.5/sparc
3  */
4 
5 /*
6  * This structure must agree with FPsave and FPrestore asm routines
7  */
8 typedef struct FPU FPU;
9 struct FPU
10 {
11         ulong   fsr;
12 };
13 
14 extern Proc *getup();
15 #define up (getup())
16 
17 #define BIGEND
18