mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
6 lines
189 B
C
6 lines
189 B
C
![]() |
// SPDX-License-Identifier: GPL-2.0
|
||
|
/* Copyright (c) 2024 Meta Platforms, Inc. and affiliates. */
|
||
|
#define BPF_ARENA_FORCE_ASM
|
||
|
#define arena_htab_llvm arena_htab_asm
|
||
|
#include "arena_htab.c"
|