]> Git Repo - linux.git/blob - include/linux/input/navpoint.h
HID: hid-sensor-custom: Fix big on-stack allocation in hid_sensor_custom_get_known()
[linux.git] / include / linux / input / navpoint.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *  Copyright (C) 2012 Paul Parsons <[email protected]>
4  */
5
6 struct navpoint_platform_data {
7         int             port;           /* PXA SSP port for pxa_ssp_request() */
8         int             gpio;           /* GPIO for power on/off */
9 };
This page took 0.036292 seconds and 4 git commands to generate.