summaryrefslogtreecommitdiff
path: root/sys/arch/arm/footbridge/todclockvar.h
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2004-05-19 03:17:08 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2004-05-19 03:17:08 +0000
commitb0110d5f84150bee08ac8d665bb666d29f1c83b4 (patch)
tree502cbad8b68c8dfe5190370e7701de34f0e05d8c /sys/arch/arm/footbridge/todclockvar.h
parent8784fad06a65eb3f748fb07539463d5d9f8f2302 (diff)
de __P of sys/arch/arm.
Diffstat (limited to 'sys/arch/arm/footbridge/todclockvar.h')
-rw-r--r--sys/arch/arm/footbridge/todclockvar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/arm/footbridge/todclockvar.h b/sys/arch/arm/footbridge/todclockvar.h
index 58d296d0fa6..70c973621fd 100644
--- a/sys/arch/arm/footbridge/todclockvar.h
+++ b/sys/arch/arm/footbridge/todclockvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: todclockvar.h,v 1.1 2004/02/01 05:09:49 drahn Exp $ */
+/* $OpenBSD: todclockvar.h,v 1.2 2004/05/19 03:17:07 drahn Exp $ */
/* $NetBSD: todclockvar.h,v 1.1 2002/02/10 12:26:00 chris Exp $ */
/*
@@ -47,8 +47,8 @@
struct todclock_attach_args {
const char *ta_name; /* device name */
void *ta_rtc_arg; /* arg to read/write */
- int (*ta_rtc_write) __P((void *, rtc_t *)); /* function to write rtc */
- int (*ta_rtc_read) __P((void *, rtc_t *)); /* function to read rtc */
+ int (*ta_rtc_write) (void *, rtc_t *); /* function to write rtc */
+ int (*ta_rtc_read) (void *, rtc_t *); /* function to read rtc */
int ta_flags; /* flags */
#define TODCLOCK_FLAG_FAKE 0x01 /* tod service is faked */
};