Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// Copyright (c) Facebook, Inc. and its affiliates.
// SPDX-License-Identifier: GPL-3.0+
#include "hash_table.h"
const uint8_t hash_table_empty_chunk_header[16] __attribute__((aligned(16)));