Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Forgot this file in previous commit (modularization ...
details: https://anonhg.NetBSD.org/src/rev/2bf20b6df91c
branches: trunk
changeset: 812260:2bf20b6df91c
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Dec 07 06:28:22 2015 +0000
description:
Forgot this file in previous commit (modularization of clockctl(4))
diffstat:
sys/sys/clockctl.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c8466b3e66d0 -r 2bf20b6df91c sys/sys/clockctl.h
--- a/sys/sys/clockctl.h Mon Dec 07 06:19:13 2015 +0000
+++ b/sys/sys/clockctl.h Mon Dec 07 06:28:22 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clockctl.h,v 1.16 2015/09/06 06:01:02 dholland Exp $ */
+/* $NetBSD: clockctl.h,v 1.17 2015/12/07 06:28:22 pgoyette Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -72,6 +72,7 @@
int clockctlopen(dev_t, int, int, struct lwp *);
int clockctlclose(dev_t, int, int, struct lwp *);
int clockctlioctl(dev_t, u_long, void *, int, struct lwp *);
+int clockctl_init(void);
#endif
#endif /* _SYS_CLOCKCTL_H_ */
Home |
Main Index |
Thread Index |
Old Index