diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-07-02 23:51:22 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-07-07 01:14:34 +0200 |
| commit | b54b9ceb2952ba84b58e75aba014558b17d08e77 (patch) | |
| tree | f65397f929307dc012c5d2269cab6845703f2efb /core/common.c | |
| parent | e422518afc868a1ad783c4208ea3a44f89f07687 (diff) | |
Diffstat (limited to 'core/common.c')
| -rw-r--r-- | core/common.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/common.c b/core/common.c new file mode 100644 index 0000000..786ab38 --- /dev/null +++ b/core/common.c @@ -0,0 +1,3 @@ +#define DEFVAL_HM_PIXEL_COUNT 0x400l +#define EVENT_ARRAYS_SIZE (sizeof(uint64_t) * MVEC_SIZE) +#define EVENT_ARRAYS_SIZE_COL_MARKER "_evasize_" |
