Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cascardo/linux.git] / drivers / staging / dgap / dgap_parse.h
1 /*
2  * Copyright 2003 Digi International (www.digi.com)
3  *      Scott H Kilau <Scott_Kilau at digi dot com>
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2, or (at your option)
8  * any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED; without even the
12  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
13  * PURPOSE.  See the GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18  *
19  *      NOTE: THIS IS A SHARED HEADER. DO NOT CHANGE CODING STYLE!!!
20  */
21
22 #ifndef _DGAP_PARSE_H
23 #define _DGAP_PARSE_H
24
25 #include "dgap_driver.h"
26
27 extern int dgap_parsefile(char **in, int Remove);
28 extern struct cnode *dgap_find_config(int type, int bus, int slot);
29 extern uint dgap_config_get_number_of_ports(struct board_t *bd);
30 extern char *dgap_create_config_string(struct board_t *bd, char *string);
31 extern char *dgap_get_config_letters(struct board_t *bd, char *string);
32 extern uint dgap_config_get_useintr(struct board_t *bd);
33 extern uint dgap_config_get_altpin(struct board_t *bd);
34
35 #endif