intel/disasm: brw_label and support functions
[mesa.git] / src / mesa / x86 / assyntax.h
index 67867bda4577bc0a14f547b0b436691134f7b40c..f269cb45ce7a43042aa2f06f7bc83b3b505aa309 100644 (file)
 #  define HIDDEN(x)
 #endif
 
+/* Control flow enforcement support */
+#ifdef HAVE_CET_H
+#include <cet.h>
+#else
+#define _CET_ENDBR
+#endif
+
 #endif /* __ASSYNTAX_H__ */