Source
1
+
// SPDX-License-Identifier: GPL-2.0
1
2
/*
2
3
* This file exists solely to ensure debug information for some core
3
4
* data structures is included in the final image even for
4
5
* CONFIG_DEBUG_INFO_REDUCED. Please do not add actual code. However,
5
6
* adding appropriate #includes is fine.
6
7
*/
7
8
#include <stdarg.h>
8
9
​
9
10
#include <linux/cred.h>
10
11
#include <linux/crypto.h>