drgn/libdrgn/hash_table.c
Omar Sandoval f49d68d8f9 libdrgn: split generic utility functions out of internal.h
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.
2020-05-07 16:03:43 -07:00

4 lines
103 B
C

#include "hash_table.h"
const uint8_t hash_table_empty_chunk_header[16] __attribute__((aligned(16)));