1 /* Shared RTM header.  */
2 #ifndef _HLE_H
3 #define _HLE_H 1
4 
5 #include <x86intrin.h>
6 
7 #define _ABORT_LOCK_BUSY	0xff
8 #define _ABORT_LOCK_IS_LOCKED	0xfe
9 #define _ABORT_NESTED_TRYLOCK	0xfd
10 
11 #endif
12