blob: 38d8595bae264cce4589b09b73c7345caa409bb2 [file] [log] [blame]
#ifndef linux
extern void init_kmem (const char *);
extern int klookup (unsigned long, char *, int);
#endif
#if HAVE_KVM_H
#include <kvm.h>
extern kvm_t *kd;
#endif