kernel.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:0k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. #ifndef linux
  2. extern void     init_kmem(const char *);
  3. extern int      klookup(unsigned long, char *, int);
  4. #endif
  5. #if HAVE_KVM_H
  6. #include <kvm.h>
  7. extern kvm_t   *kd;
  8. #endif