sysctl.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * sysctl.h - Header file for sysctl.c
  3.  *
  4.  * Copyright (C) 1997 Martin von L鰓is
  5.  * Copyright (C) 1997 R間is Duchesne
  6.  */
  7. #ifdef DEBUG
  8. extern int ntdebug;
  9. void ntfs_sysctl(int add);
  10. #define SYSCTL(x) ntfs_sysctl(x)
  11. #else
  12. #define SYSCTL(x)
  13. #endif /* DEBUG */