summaryrefslogtreecommitdiffstats
path: root/include/input/qt1070.h
blob: 014f67bf00441785786695be284909d96bc8c951 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
 *
 * Under GPLv2
 */

#ifndef __QT1070_H__
#define __QT1070_H__

#define QT1070_NB_BUTTONS	7

struct qt1070_platform_data {
	int code[QT1070_NB_BUTTONS];
	int nb_code;
	int irq_pin;
};

#endif /* __QT1070_H__ */