7 lines
92 B
C
7 lines
92 B
C
|
|
#pragma once
|
|
|
|
#define KNOB_MMAP_SIZE (1UL << 36UL)
|
|
#define KNOB_ALIGNMENT (sizeof(char*))
|
|
|