aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/any-macos-any/os/clock.h
blob: 665e1d87166f08e521846d229629a4adb1f94a5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef __OS_CLOCK__
#define __OS_CLOCK__

#include <os/base.h>
#include <stdint.h>

/*
 * @typedef os_clockid_t
 *
 * @abstract
 * Describes the kind of clock that the workgroup timestamp parameters are
 * specified in
 */
OS_ENUM(os_clockid, uint32_t,
		OS_CLOCK_MACH_ABSOLUTE_TIME = 32,
);

#endif /* __OS_CLOCK__ */