summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-02-03 11:21:22 +0000
committermarkm <markm@FreeBSD.org>2002-02-03 11:21:22 +0000
commitf1276b12a4ae322e574f7b4ab9ccacca72ca9cb0 (patch)
tree12b32ac86eb8a7aeb6cc7db92152291d66741033 /sys
parent396a7859f4e161789c1d34fc47f1a98be3206baf (diff)
downloadFreeBSD-src-f1276b12a4ae322e574f7b4ab9ccacca72ca9cb0.zip
FreeBSD-src-f1276b12a4ae322e574f7b4ab9ccacca72ca9cb0.tar.gz
Make the style a little bit more consistant by removing parameter
names from some prototypes. (Other prototypes here already have these removed).
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/include/sysarch.h5
-rw-r--r--sys/i386/include/sysarch.h5
2 files changed, 4 insertions, 6 deletions
diff --git a/sys/amd64/include/sysarch.h b/sys/amd64/include/sysarch.h
index 7e355af..eb65000 100644
--- a/sys/amd64/include/sysarch.h
+++ b/sys/amd64/include/sysarch.h
@@ -76,9 +76,8 @@ int i386_set_ldt __P((int, union descriptor *, int));
int i386_get_ioperm __P((unsigned int, unsigned int *, int *));
int i386_set_ioperm __P((unsigned int, unsigned int, int));
int i386_vm86 __P((int, void *));
-int i386_set_watch __P((int watchnum, unsigned int watchaddr, int size,
- int access, struct dbreg * d));
-int i386_clr_watch __P((int watchnum, struct dbreg * d));
+int i386_set_watch __P((int, unsigned int, int, int, struct dbreg *));
+int i386_clr_watch __P((int, struct dbreg *));
__END_DECLS
#endif
diff --git a/sys/i386/include/sysarch.h b/sys/i386/include/sysarch.h
index 7e355af..eb65000 100644
--- a/sys/i386/include/sysarch.h
+++ b/sys/i386/include/sysarch.h
@@ -76,9 +76,8 @@ int i386_set_ldt __P((int, union descriptor *, int));
int i386_get_ioperm __P((unsigned int, unsigned int *, int *));
int i386_set_ioperm __P((unsigned int, unsigned int, int));
int i386_vm86 __P((int, void *));
-int i386_set_watch __P((int watchnum, unsigned int watchaddr, int size,
- int access, struct dbreg * d));
-int i386_clr_watch __P((int watchnum, struct dbreg * d));
+int i386_set_watch __P((int, unsigned int, int, int, struct dbreg *));
+int i386_clr_watch __P((int, struct dbreg *));
__END_DECLS
#endif
OpenPOWER on IntegriCloud