blob: 3ca097055a82bc4f09287b11786937c1f371897b [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