1 /* SPDX-License-Identifier: GPL-2.0 */
3 * /proc/kcore definitions
18 struct list_head list;
25 struct list_head list;
26 unsigned long long paddr;
27 unsigned long long size;
31 #ifdef CONFIG_PROC_KCORE
32 extern void kclist_add(struct kcore_list *, void *, size_t, int type);
35 void kclist_add(struct kcore_list *new, void *addr, size_t size, int type)
40 #endif /* _LINUX_KCORE_H */