Sign in
gfiber
/
vendor
/
opensource
/
netsnmp
/
2254d87095c72f743dcb36280c35aaf4c35d820a
/
.
/
agent
/
kernel.h
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