added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / kernel.h
1
2 #ifndef linux
3 extern void     init_kmem(const char *);
4 extern int      klookup(unsigned long, char *, int);
5 #endif
6
7 #if HAVE_KVM_H
8 #include <kvm.h>
9 extern kvm_t   *kd;
10 #endif