at v6.17-rc3 53 lines 1.2 kB view raw
1// SPDX-License-Identifier: GPL-2.0 2/* 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. 6 * 7 * Sorted alphabetically. 8 */ 9 10#include "auxiliary.c" 11#include "blk.c" 12#include "bug.c" 13#include "build_assert.c" 14#include "build_bug.c" 15#include "clk.c" 16#include "completion.c" 17#include "cpu.c" 18#include "cpufreq.c" 19#include "cpumask.c" 20#include "cred.c" 21#include "device.c" 22#include "dma.c" 23#include "drm.c" 24#include "err.c" 25#include "fs.c" 26#include "io.c" 27#include "jump_label.c" 28#include "kunit.c" 29#include "mm.c" 30#include "mutex.c" 31#include "of.c" 32#include "page.c" 33#include "pci.c" 34#include "pid_namespace.c" 35#include "platform.c" 36#include "poll.c" 37#include "property.c" 38#include "rbtree.c" 39#include "rcu.c" 40#include "refcount.c" 41#include "regulator.c" 42#include "security.c" 43#include "signal.c" 44#include "slab.c" 45#include "spinlock.c" 46#include "sync.c" 47#include "task.c" 48#include "time.c" 49#include "uaccess.c" 50#include "vmalloc.c" 51#include "wait.c" 52#include "workqueue.c" 53#include "xarray.c"