no-OS
Loading...
Searching...
No Matches
parameters.h
Go to the documentation of this file.
1/***************************************************************************/
34#ifndef __PARAMETERS_H__
35#define __PARAMETERS_H__
36
37#include "linux_i2c.h"
38
39#define I2C_DEVICE_ID 1
40#define I2C_EXTRA &adt7420_i2c_extra
41#define I2C_OPS &linux_i2c_ops
42
44
45#endif /* __PARAMETERS_H__ */
struct linux_i2c_init_param adt7420_i2c_extra
Definition parameters.c:36
Structure holding the initialization parameters for Linux platform specific I2C parameters.
Definition linux_i2c.h:44