#ifndef LINUX_INTEL_PMIC_H#define LINUX_INTEL_PMIC_Hstructintel_pmic_gpio_platform_data{/* the first IRQ of the chip */unsignedirq_base;/* number assigned to the first GPIO */unsignedgpio_base;/* sram address for gpiointr register, the langwell chip will map * the PMIC spi GPIO expander's GPIOINTR register in sram. */unsignedgpiointr;};#endif