1234567891011121314151617181920 |
- /*
- * ak8975 platform support
- *
- * Copyright (C) 2010 Renesas Solutions Corp.
- *
- * Author: Tony SIM <chinyeow.sim.xt@renesas.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 _AK8975_H
- #define _AK8975_H
- struct ak8975_platform_data {
- int gpio;
- };
- #endif
|