swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 16fbf79b0f83bc752cee8589279f1ebfe57b3b6e authored by Linus Torvalds on 23 March 2020, 01:31:56 UTC
Linux 5.6-rc7
Tip revision: 16fbf79
navpoint.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 *  Copyright (C) 2012 Paul Parsons <lost.distance@yahoo.com>
 */

struct navpoint_platform_data {
	int		port;		/* PXA SSP port for pxa_ssp_request() */
	int		gpio;		/* GPIO for power on/off */
};
back to top