KVM: x86: Use macros for x86_emulate_ops to avoid future mistakes
[deliverable/linux.git] / include / linux / i2c / s6000.h
CommitLineData
b486ddbc
OS
1#ifndef __LINUX_I2C_S6000_H
2#define __LINUX_I2C_S6000_H
3
4struct s6_i2c_platform_data {
5 const char *clock; /* the clock to use */
6 int bus_num; /* the bus number to register */
7};
8
9#endif
10
This page took 0.115984 seconds and 5 git commands to generate.