ak8975.h 416 B

1234567891011121314151617181920
  1. /*
  2. * ak8975 platform support
  3. *
  4. * Copyright (C) 2010 Renesas Solutions Corp.
  5. *
  6. * Author: Tony SIM <chinyeow.sim.xt@renesas.com>
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License version 2 as
  10. * published by the Free Software Foundation.
  11. */
  12. #ifndef _AK8975_H
  13. #define _AK8975_H
  14. struct ak8975_platform_data {
  15. int gpio;
  16. };
  17. #endif