1. NAME

I2C_BOARD_INFO - macro used to list an i2c device and its address

2. SYNOPSIS

I2C_BOARD_INFO( dev_type , dev_addr );

3. ARGUMENTS

dev_type
    identifies the device type

dev_addr
    the deviceAqs address on the bus.

4. DESCRIPTION

This macro initializes essential fields of a struct i2c_board_info, declaring what has been provided on a particular board. Optional fields (such as associated irq, or device-specific platform_data) are provided using conventional syntax.

5. COPYRIGHT