···23#ifndef LINUX_I2C_ID_H24#define LINUX_I2C_ID_H2526+/* Please note that I2C driver IDs are optional. They are only needed if a27+ legacy chip driver needs to identify a bus or a bus driver needs to28+ identify a legacy client. If you don't need them, just don't set them. */29+30/*31 * ---- Driver types -----------------------------------------------------32 */