[BACK]Return to sysctl.h CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / fs / ntfs

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
Branch: MAIN
CVS Tags: HEAD

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 */