|
|
| File: [Development] / linux-2.4-xfs / fs / ntfs / sysctl.h (download)
Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Initial Import 2.4.24pre2 |
/* * 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 */