MainTree/core/inc-c/context.h

14 lines
199 B
C
Raw Normal View History

2024-02-20 06:35:53 +00:00
#ifndef MT_CONTEXT_H
#define MT_CONTEXT_H
#include <librr/types.h>
#include <shadow-tag.h>
typedef struct MtContext
{
MtShadowTagSystem shadow_tag_system;
} MtContext;
#endif // MT_CONTEXT_H