add struct fpreg
authorJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Fri, 28 Jan 1994 03:33:10 +0000 (19:33 -0800)
committerJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Fri, 28 Jan 1994 03:33:10 +0000 (19:33 -0800)
SCCS-vsn: sys/hp300/include/reg.h 8.3

usr/src/sys/hp300/include/reg.h

index 5ac7291..09d4e07 100644 (file)
@@ -11,7 +11,7 @@
  *
  * from: Utah $Hdr: reg.h 1.1 90/07/09$
  *
  *
  * from: Utah $Hdr: reg.h 1.1 90/07/09$
  *
- *     @(#)reg.h       8.2 (Berkeley) %G%
+ *     @(#)reg.h       8.3 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -55,6 +55,13 @@ struct reg {
        int     r_sr;
 };
 
        int     r_sr;
 };
 
+/*
+ * Register set accessible via /proc/$pid/fpreg
+ */
+struct fpreg {
+       int     fpr_xxx;        /* not implemented */
+};
+
 
 #ifdef KERNEL
 /*
 
 #ifdef KERNEL
 /*