gp2a002.h 884 B

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. * Copyright (C) 2010 Samsung Electronics. All rights reserved.
  3. *
  4. * This program is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU General Public License
  6. * version 2 as published by the Free Software Foundation.
  7. *
  8. * This program is distributed in the hope that it will be useful, but
  9. * WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  11. * General Public License for more details.
  12. *
  13. * You should have received a copy of the GNU General Public License
  14. * along with this program; if not, write to the Free Software
  15. * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  16. * 02110-1301 USA
  17. */
  18. #ifndef __LINUX_GP2A_H
  19. #define __LINUX_GP2A_H
  20. #include <linux/types.h>
  21. struct gp2a_data;
  22. struct gp2a_platform_data {
  23. int p_out;
  24. int power_en;
  25. };
  26. #endif