]> Git Repo - linux.git/blob - include/linux/i2c/atmel_mxt_ts.h
selinux: Remove security_ops extern
[linux.git] / include / linux / i2c / atmel_mxt_ts.h
1 /*
2  * Atmel maXTouch Touchscreen driver
3  *
4  * Copyright (C) 2010 Samsung Electronics Co.Ltd
5  * Author: Joonyoung Shim <[email protected]>
6  *
7  * This program is free software; you can redistribute  it and/or modify it
8  * under  the terms of  the GNU General  Public License as published by the
9  * Free Software Foundation;  either version 2 of the  License, or (at your
10  * option) any later version.
11  */
12
13 #ifndef __LINUX_ATMEL_MXT_TS_H
14 #define __LINUX_ATMEL_MXT_TS_H
15
16 #include <linux/types.h>
17
18 /* The platform data for the Atmel maXTouch touchscreen driver */
19 struct mxt_platform_data {
20         const u8 *config;
21         size_t config_length;
22         u32 config_crc;
23         unsigned long irqflags;
24         u8 t19_num_keys;
25         const unsigned int *t19_keymap;
26 };
27
28 #endif /* __LINUX_ATMEL_MXT_TS_H */
This page took 0.034559 seconds and 4 git commands to generate.