xref: /OK3568_Linux_fs/kernel/include/linux/input/navpoint.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0-only */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  *  Copyright (C) 2012 Paul Parsons <lost.distance@yahoo.com>
4*4882a593Smuzhiyun  */
5*4882a593Smuzhiyun 
6*4882a593Smuzhiyun struct navpoint_platform_data {
7*4882a593Smuzhiyun 	int		port;		/* PXA SSP port for pxa_ssp_request() */
8*4882a593Smuzhiyun 	int		gpio;		/* GPIO for power on/off */
9*4882a593Smuzhiyun };
10