]> git.ipfire.org Git - people/ms/linux.git/blame - drivers/hsi/hsi_core.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
[people/ms/linux.git] / drivers / hsi / hsi_core.h
CommitLineData
2b27bdcc 1/* SPDX-License-Identifier: GPL-2.0-only */
a056ab8c
CC
2/*
3 * HSI framework internal interfaces,
4 *
5 * Copyright (C) 2010 Nokia Corporation. All rights reserved.
6 *
7 * Contact: Carlos Chinea <carlos.chinea@nokia.com>
a056ab8c
CC
8 */
9
10#ifndef __LINUX_HSI_CORE_H__
11#define __LINUX_HSI_CORE_H__
12
13#include <linux/hsi/hsi.h>
14
15struct hsi_cl_info {
16 struct list_head list;
17 struct hsi_board_info info;
18};
19
20extern struct list_head hsi_board_list;
21
22#endif /* __LINUX_HSI_CORE_H__ */