summaryrefslogtreecommitdiff
path: root/cesar/hle/inc/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hle/inc/context.h')
-rw-r--r--cesar/hle/inc/context.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cesar/hle/inc/context.h b/cesar/hle/inc/context.h
index 9c8fb18893..8681744177 100644
--- a/cesar/hle/inc/context.h
+++ b/cesar/hle/inc/context.h
@@ -15,6 +15,7 @@
*/
#include "lib/trace.h"
+#include "lib/seq_check.h"
#include "cl/cl.h"
@@ -51,6 +52,11 @@ struct hle_t
/** HLE Trace */
trace_buffer_t trace;
#endif /* !CONFIG_TRACE */
+#if CONFIG_SEQ_CHECK
+ /** Sequence check. */
+ lib_seq_check_t seq_in;
+ lib_seq_check_t seq_out;
+#endif
};
#endif /* hle_inc_context_h */