patch-2.1.74 linux/fs/ntfs/sysctl.h
Next file: linux/fs/ntfs/types.h
Previous file: linux/fs/ntfs/sysctl.c
Back to the patch index
Back to the overall index
-  Lines: 25
-  Date:
Fri Dec 19 15:24:21 1997
-  Orig file: 
v2.1.73/linux/fs/ntfs/sysctl.h
-  Orig date: 
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.1.73/linux/fs/ntfs/sysctl.h linux/fs/ntfs/sysctl.h
@@ -0,0 +1,24 @@
+/*
+ *  sysctl.h
+ *  Header file for sysctl.c
+ *
+ *  Copyright (C) 1997 Martin von Löwis
+ *  Copyright (C) 1997 Régis Duchesne
+ *
+ */
+
+#ifdef DEBUG
+extern int ntdebug;
+
+void ntfs_sysctl(int add);
+
+#define SYSCTL(x)	ntfs_sysctl(x)
+#else
+#define SYSCTL(x)
+#endif /* DEBUG */
+
+/*
+ * Local variables:
+ * c-file-style: "linux"
+ * End:
+ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov