staging: rtl8192e: Remove struct member irq_mask
[deliverable/linux.git] / include / linux / input / ak8975.h
CommitLineData
f2f17948
TS
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
13#ifndef _AK8975_H
14#define _AK8975_H
15
16struct ak8975_platform_data {
17 int gpio;
18};
19
20#endif
This page took 0.026684 seconds and 5 git commands to generate.