split dev_queue
[cor.git] / drivers / hsi / hsi_core.h
blobbdb06ca09cb94617f6028888d82a38729346691a
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * HSI framework internal interfaces,
5 * Copyright (C) 2010 Nokia Corporation. All rights reserved.
7 * Contact: Carlos Chinea <carlos.chinea@nokia.com>
8 */
10 #ifndef __LINUX_HSI_CORE_H__
11 #define __LINUX_HSI_CORE_H__
13 #include <linux/hsi/hsi.h>
15 struct hsi_cl_info {
16 struct list_head list;
17 struct hsi_board_info info;
20 extern struct list_head hsi_board_list;
22 #endif /* __LINUX_HSI_CORE_H__ */