Linux 2.2.0
[davej-history.git] / fs / ntfs / sysctl.h
blobe2a02086b3416fd9df59270da6ee88c8ca357023
1 /*
2 * sysctl.h
3 * Header file for sysctl.c
5 * Copyright (C) 1997 Martin von Löwis
6 * Copyright (C) 1997 Régis Duchesne
8 */
10 #ifdef HAVE_CONFIG_H
11 #include "config.h"
12 #endif
14 #ifdef DEBUG
15 extern int ntdebug;
17 void ntfs_sysctl(int add);
19 #define SYSCTL(x) ntfs_sysctl(x)
20 #else
21 #define SYSCTL(x)
22 #endif /* DEBUG */
25 * Local variables:
26 * c-file-style: "linux"
27 * End: