mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 17:23:06 +00:00
c0d8709b45
Signed-off-by: Omar Sandoval <osandov@osandov.com>
7 lines
207 B
C
7 lines
207 B
C
// Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
#include "hash_table.h"
|
|
|
|
const uint8_t hash_table_empty_chunk_header[16] __attribute__((__aligned__(16)));
|