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