1// SPDX-License-Identifier: GPL-2.0
2/*
3 * This file exists solely to ensure debug information for some core
4 * data structures is included in the final image even for
5 * CONFIG_DEBUG_INFO_REDUCED. Please do not add actual code. However,
6 * adding appropriate #includes is fine.
7 */
8#include <linux/cred.h>
9#include <linux/crypto.h>
10#include <linux/dcache.h>
11#include <linux/device.h>
12#include <linux/fs.h>
13#include <linux/fscache-cache.h>
14#include <linux/io.h>
15#include <linux/kallsyms.h>
16#include <linux/kernel.h>
17#include <linux/kobject.h>
18#include <linux/mm.h>
19#include <linux/module.h>
20#include <linux/net.h>
21#include <linux/sched.h>
22#include <linux/slab.h>
23#include <linux/stdarg.h>
24#include <linux/types.h>
25#include <net/addrconf.h>
26#include <net/sock.h>
27#include <net/tcp.h>
28

source code of linux/lib/debug_info.c