mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-25 10:23:05 +00:00
4 lines
99 B
C
4 lines
99 B
C
|
#include <stdint.h>
|
||
|
|
||
|
const uint8_t hash_table_empty_chunk_header[16] __attribute__((aligned(16)));
|