projects
/
linux-2.6-microblaze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'v5.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-2.6-microblaze.git]
/
include
/
linux
/
input
/
navpoint.h
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright (C) 2012 Paul Parsons <lost.distance@yahoo.com>
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
};