TTY: isdn, use open/close_wait from tty_port
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / hsi / hsi_core.h
blobab5c2fb175fddf824cb442e2f2b48c05a9cf2042
1 /*
2 * HSI framework internal interfaces,
4 * Copyright (C) 2010 Nokia Corporation. All rights reserved.
6 * Contact: Carlos Chinea <carlos.chinea@nokia.com>
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * version 2 as published by the Free Software Foundation.
12 * This program 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.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20 * 02110-1301 USA
23 #ifndef __LINUX_HSI_CORE_H__
24 #define __LINUX_HSI_CORE_H__
26 #include <linux/hsi/hsi.h>
28 struct hsi_cl_info {
29 struct list_head list;
30 struct hsi_board_info info;
33 extern struct list_head hsi_board_list;
35 #endif /* __LINUX_HSI_CORE_H__ */