repo.or.cz
/
davej-history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Import 2.4.0-test2pre7
[davej-history.git]
/
fs
/
ntfs
/
sysctl.h
blob
e2a02086b3416fd9df59270da6ee88c8ca357023
1
/*
2
* sysctl.h
3
* Header file for sysctl.c
4
*
5
* Copyright (C) 1997 Martin von Löwis
6
* Copyright (C) 1997 Régis Duchesne
7
*
8
*/
9
10
#ifdef HAVE_CONFIG_H
11
#include
"config.h"
12
#endif
13
14
#ifdef DEBUG
15
extern
int
ntdebug
;
16
17
void
ntfs_sysctl
(
int
add
);
18
19
#define SYSCTL(x) ntfs_sysctl(x)
20
#else
21
#define SYSCTL(x)
22
#endif
/* DEBUG */
23
24
/*
25
* Local variables:
26
* c-file-style: "linux"
27
* End:
28
*/