summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-03-30 11:44:59 +0000
committerphk <phk@FreeBSD.org>1999-03-30 11:44:59 +0000
commite1e84c931ff0717a4133611c4beff26561870315 (patch)
tree93b88d2fee5ffe47df5d67451d27592a0d2e69ca /sys
parentae5a3098bca353a4104d0c4d55464206b850883f (diff)
downloadFreeBSD-src-e1e84c931ff0717a4133611c4beff26561870315.zip
FreeBSD-src-e1e84c931ff0717a4133611c4beff26561870315.tar.gz
Specfic prototypes not needed.
Patiently explained by: bde
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/timepps.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/sys/timepps.h b/sys/sys/timepps.h
index 9d4b8e2..d06a4a8 100644
--- a/sys/sys/timepps.h
+++ b/sys/sys/timepps.h
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: timepps.h,v 1.5 1999/03/11 15:09:41 phk Exp $
+ * $Id: timepps.h,v 1.6 1999/03/30 09:01:47 phk Exp $
*
* The is a FreeBSD protype version of the "draft-mogul-pps-api-02.txt"
* specification for Pulse Per Second timing interfaces.
@@ -107,16 +107,6 @@ void hardpps __P((struct timespec *tsp, long nsec));
#else /* !KERNEL */
-static int time_pps_create(int filedes, pps_handle_t *handle);
-static int time_pps_destroy(pps_handle_t handle);
-static int time_pps_setparams(pps_handle_t handle,
- const pps_params_t *ppsparams);
-static int time_pps_getparams(pps_handle_t handle, pps_params_t *ppsparams);
-static int time_pps_getcap(pps_handle_t handle, int *mode);
-static int time_pps_fetch(pps_handle_t handle, pps_info_t *ppsinfobuf);
-static int time_pps_wait(pps_handle_t handle, const struct timespec *timeout,
- pps_info_t *ppsinfobuf);
-
static __inline int
time_pps_create(int filedes, pps_handle_t *handle)
{
OpenPOWER on IntegriCloud