1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */ 2 #pragma once 3 4 #define MAX_PIDS 102400 5 #define MAX_SLOTS 25 6 7 enum units { 8 NSEC, 9 USEC, 10 MSEC, 11 }; 12