1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef __UAPI_CORESIGHT_STM_H_ 7 #define __UAPI_CORESIGHT_STM_H_ 8 #include <linux/const.h> 9 #define STM_FLAG_TIMESTAMPED _BITUL(3) 10 #define STM_FLAG_GUARANTEED _BITUL(7) 11 enum { 12 STM_OPTION_GUARANTEED = 0, 13 STM_OPTION_INVARIANT, 14 }; 15 #endif 16