]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/staging/media/atomisp/include/linux/libmsrlisthelper.h
media: staging: atomisp: Remove FSF snail address
[mirror_ubuntu-bionic-kernel.git] / drivers / staging / media / atomisp / include / linux / libmsrlisthelper.h
1 /*
2 * Copyright (c) 2013 Intel Corporation. All Rights Reserved.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License version
6 * 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 *
14 */
15 #ifndef __LIBMSRLISTHELPER_H__
16 #define __LIBMSRLISTHELPER_H__
17
18 struct i2c_client;
19 struct firmware;
20
21 extern int load_msr_list(struct i2c_client *client, char *path,
22 const struct firmware **fw);
23 extern int apply_msr_data(struct i2c_client *client, const struct firmware *fw);
24 extern void release_msr_list(struct i2c_client *client,
25 const struct firmware *fw);
26
27
28 #endif /* ifndef __LIBMSRLISTHELPER_H__ */