Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * HSI framework internal interfaces,
0004  *
0005  * Copyright (C) 2010 Nokia Corporation. All rights reserved.
0006  *
0007  * Contact: Carlos Chinea <carlos.chinea@nokia.com>
0008  */
0009 
0010 #ifndef __LINUX_HSI_CORE_H__
0011 #define __LINUX_HSI_CORE_H__
0012 
0013 #include <linux/hsi/hsi.h>
0014 
0015 struct hsi_cl_info {
0016     struct list_head    list;
0017     struct hsi_board_info   info;
0018 };
0019 
0020 extern struct list_head hsi_board_list;
0021 
0022 #endif /* __LINUX_HSI_CORE_H__ */