1 // SPDX-License-Identifier: GPL-2.0
3 * Non-trivial C macros cannot be used in Rust. Similarly, inlined C functions
4 * cannot be called either. This file explicitly creates functions ("helpers")
5 * that wrap those so that they can be called from Rust.
7 * Sorted alphabetically.
12 #include "build_assert.c"
13 #include "build_bug.c"
29 #include "workqueue.c"