summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs_regs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/procfs/procfs_regs.c')
-rw-r--r--sys/fs/procfs/procfs_regs.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/fs/procfs/procfs_regs.c b/sys/fs/procfs/procfs_regs.c
index 12efe85..ba58517 100644
--- a/sys/fs/procfs/procfs_regs.c
+++ b/sys/fs/procfs/procfs_regs.c
@@ -41,14 +41,19 @@
*/
#include <sys/param.h>
+#include <sys/systm.h>
+#include <sys/lock.h>
+#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/vnode.h>
-#include <sys/systm.h>
+
#include <machine/reg.h>
-#include <miscfs/procfs/procfs.h>
+
#include <vm/vm.h>
#include <vm/vm_extern.h>
+#include <miscfs/procfs/procfs.h>
+
int
procfs_doregs(curp, p, pfs, uio)
struct proc *curp;
OpenPOWER on IntegriCloud