mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-23 09:43:06 +00:00
f49d68d8f9
internal.h includes both drgn-specific helpers and generic utility functions. Split the latter into their own util.h header and use it instead of internal.h in the generic data structure code. This makes it easier to copy the data structures into other projects/test programs.
4 lines
103 B
C
4 lines
103 B
C
#include "hash_table.h"
|
|
|
|
const uint8_t hash_table_empty_chunk_header[16] __attribute__((aligned(16)));
|