summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/npx.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 05:48:58 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 05:48:58 +0000
commit61bf661405b71b867b513fdce9829fe2621814e2 (patch)
tree3d74fd60e2a8454afa80afb555ded6a9f0360780 /sys/amd64/include/npx.h
parent0a59f1223c856d6130a3ef3b5c5f27b2a6a2296f (diff)
downloadFreeBSD-src-61bf661405b71b867b513fdce9829fe2621814e2.zip
FreeBSD-src-61bf661405b71b867b513fdce9829fe2621814e2.tar.gz
Remove __P.
Diffstat (limited to 'sys/amd64/include/npx.h')
-rw-r--r--sys/amd64/include/npx.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/amd64/include/npx.h b/sys/amd64/include/npx.h
index 589a4be..4746f5c 100644
--- a/sys/amd64/include/npx.h
+++ b/sys/amd64/include/npx.h
@@ -141,11 +141,11 @@ union savefpu {
#define __INITIAL_NPXCW__ 0x127F
#ifdef _KERNEL
-int npxdna __P((void));
-void npxexit __P((struct thread *td));
-void npxinit __P((int control));
-void npxsave __P((union savefpu *addr));
-int npxtrap __P((void));
+int npxdna(void);
+void npxexit(struct thread *td);
+void npxinit(int control);
+void npxsave(union savefpu *addr);
+int npxtrap(void);
#endif
#endif /* !_MACHINE_NPX_H_ */
OpenPOWER on IntegriCloud