File: kernel.h

package info (click to toggle)
net-snmp 5.2.3-7etch4
  • links: PTS
  • area: main
  • in suites: etch
  • size: 24,452 kB
  • ctags: 16,045
  • sloc: ansic: 175,930; perl: 11,814; sh: 11,230; makefile: 5,375; pascal: 62
file content (10 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10

#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