Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
i2c.h
Go to the documentation of this file.
1 #ifndef __NVBIOS_I2C_H__
2 #define __NVBIOS_I2C_H__
3 
4 struct nouveau_bios;
5 
12 };
13 
14 struct dcb_i2c_entry {
19 };
20 
21 u16 dcb_i2c_table(struct nouveau_bios *, u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
22 u16 dcb_i2c_entry(struct nouveau_bios *, u8 index, u8 *ver, u8 *len);
23 int dcb_i2c_parse(struct nouveau_bios *, u8 index, struct dcb_i2c_entry *);
24 
25 #endif