aboutsummaryrefslogtreecommitdiff
path: root/include/linux/wpce775x.h
blob: 1803122d1e71daf0cea1eba21ab33e4a7b0906a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* Quanta EC driver for the Winbond Embedded Controller
 *
 * Copyright (C) 2009 Quanta Computer Inc.
 * 
 * This software is licensed under the terms of the GNU General Public
 * License version 2, as published by the Free Software Foundation, and
 * may be copied, distributed, and modified under those terms.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 */

#ifndef WPCE775X_DRV_H
#define WPCE775X_DRV_H

#include <linux/i2c.h>

struct i2c_client *wpce_get_i2c_client(void);
int wpce_smbus_write_word_data(u8 command, u16 value);
struct i2c_client *wpce_get_i2c_client(void);
void wpce_poweroff(void);
void wpce_restart(void);
int wpce_i2c_transfer(struct i2c_msg *msg);
int wpce_smbus_write_word_data(u8 command, u16 value);
int wpce_smbus_write_byte_data(u8 command, u8 value);

#endif