12 lines
155 B
C
12 lines
155 B
C
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
|
|
#pragma once
|
|
|
|
#define MAX_PIDS 102400
|
|
#define MAX_SLOTS 25
|
|
|
|
enum units {
|
|
NSEC,
|
|
USEC,
|
|
MSEC,
|
|
};
|