summaryrefslogtreecommitdiffstats
path: root/sys/sys/timepps.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/timepps.h')
-rw-r--r--sys/sys/timepps.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/timepps.h b/sys/sys/timepps.h
index 3c6d39f..a48cc84 100644
--- a/sys/sys/timepps.h
+++ b/sys/sys/timepps.h
@@ -112,10 +112,10 @@ struct pps_state {
unsigned ppscount[3];
};
-void pps_event __P((struct pps_state *pps, struct timecounter *tc, unsigned count, int event));
-void pps_init __P((struct pps_state *pps));
-int pps_ioctl __P((u_long cmd, caddr_t data, struct pps_state *pps));
-void hardpps __P((struct timespec *tsp, long nsec));
+void pps_event(struct pps_state *pps, struct timecounter *tc, unsigned count, int event);
+void pps_init(struct pps_state *pps);
+int pps_ioctl(u_long cmd, caddr_t data, struct pps_state *pps);
+void hardpps(struct timespec *tsp, long nsec);
#else /* !_KERNEL */
OpenPOWER on IntegriCloud