drgn/libdrgn/hash_table.c
Omar Sandoval c0d8709b45 Update copyright headers to Meta
Signed-off-by: Omar Sandoval <osandov@osandov.com>
2021-11-21 15:59:44 -08:00

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)));