/* SPDX-License-Identifier: GPL-2.0-only */ /* * Header file for: * Cypress TrueTouch(TM) Standard Product (TTSP) touchscreen drivers. * For use with Cypress Txx3xx parts. * Supported parts include: * CY8CTST341 * CY8CTMA340 * * Copyright (C) 2009, 2010, 2011 Cypress Semiconductor, Inc. * Copyright (C) 2012 Javier Martinez Canillas <[email protected]> * * Contact Cypress Semiconductor at www.cypress.com ([email protected]) */ #ifndef _CYTTSP4_H_ #define _CYTTSP4_H_ #define CYTTSP4_MT_NAME … #define CYTTSP4_I2C_NAME … #define CYTTSP4_SPI_NAME … #define CY_TOUCH_SETTINGS_MAX … struct touch_framework { … } __packed; struct cyttsp4_mt_platform_data { … }; struct touch_settings { … } __packed; struct cyttsp4_core_platform_data { … }; struct cyttsp4_platform_data { … }; #endif /* _CYTTSP4_H_ */