1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Specfic prototypes not needed.

Patiently explained by:	bde
This commit is contained in:
Poul-Henning Kamp 1999-03-30 11:44:59 +00:00
parent 53152fc9db
commit fea1204c42
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45147

View File

@ -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)
{