freebsd-dev/sys/pc98/include/counter.h
Gleb Smirnoff 4e76af6a41 Merge from projects/counters: counter(9).
Introduce counter(9) API, that implements fast and raceless counters,
provided (but not limited to) for gathering of statistical data.

See http://lists.freebsd.org/pipermail/freebsd-arch/2013-April/014204.html
for more details.

In collaboration with:	kib
Reviewed by:		luigi
Tested by:		ae, ray
Sponsored by:		Nginx, Inc.
2013-04-08 19:40:53 +00:00

7 lines
89 B
C

/*-
* This file is in the public domain.
*/
/* $FreeBSD$ */
#include <i386/counter.h>