2 * /proc/kcore definitions
16 struct list_head list
;
23 struct list_head list
;
24 unsigned long long paddr
;
25 unsigned long long size
;
29 #ifdef CONFIG_PROC_KCORE
30 extern void kclist_add(struct kcore_list
*, void *, size_t, int type
);
33 void kclist_add(struct kcore_list
*new, void *addr
, size_t size
, int type
)
38 #endif /* _LINUX_KCORE_H */