aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/_seqc.h
blob: 718559e8b893322b08a893eb85610e20e5bb4531 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*-
 * This file is in the public domain.
 */
/* $FreeBSD$ */

#ifndef _SYS__SEQC_H_
#define _SYS__SEQC_H_

typedef uint32_t seqc_t;

#endif /* _SYS__SEQC_H */