1/*-
2 * This file is in the public domain.
3 */
4
5#ifndef _SYS__SEQC_H_
6#define _SYS__SEQC_H_
7
8typedef uint32_t seqc_t;
9
10#endif /* _SYS__SEQC_H */
11