OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [fs/] [ntfs/] [sysctl.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
/*
2
 * sysctl.h - Header file for sysctl.c
3
 *
4
 * Copyright (C) 1997 Martin von Löwis
5
 * Copyright (C) 1997 Régis Duchesne
6
 */
7
 
8
#ifdef DEBUG
9
        extern int ntdebug;
10
 
11
        void ntfs_sysctl(int add);
12
 
13
        #define SYSCTL(x)       ntfs_sysctl(x)
14
#else
15
        #define SYSCTL(x)
16
#endif /* DEBUG */
17
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.