/* * panel data for picodlp panel * * Copyright (C) 2011 Texas Instruments * * Author: Mayuresh Janorkar <mayur@ti.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */#ifndef __PANEL_PICODLP_H#define __PANEL_PICODLP_H/** * struct : picodlp panel data * picodlp_adapter_id: i2c_adapter number for picodlp */structpicodlp_panel_data{intpicodlp_adapter_id;intemu_done_gpio;intpwrgood_gpio;};#endif /* __PANEL_PICODLP_H */