Xenomai 3.3.2
Loading...
Searching...
No Matches
proc.h
1/*
2 * Analogy for Linux, procfs related features
3 *
4 * Copyright (C) 1997-2000 David A. Schleef <ds@schleef.org>
5 * Copyright (C) 2008 Alexis Berlemont <alexis.berlemont@free.fr>
6 *
7 * Xenomai is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * Xenomai is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with Xenomai; if not, write to the Free Software Foundation,
19 * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 */
21
22#ifndef __ANALOGY_PROC_H__
23#define __ANALOGY_PROC_H__
24
25#ifdef __KERNEL__
26
27#ifdef CONFIG_PROC_FS
28extern struct proc_dir_entry *a4l_proc_root;
29#endif /* CONFIG_PROC_FS */
30
31#endif /* __KERNEL__ */
32
33#endif /* __ANALOGY_PROC_H__ */