repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86: Enable fast strings on Intel if BIOS hasn't already
[zen-stable.git]
/
include
/
linux
/
input
/
cy8ctmg110_pdata.h
blob
09522cb5991049a828e2abd21ef7d5f3f47c6720
1
#ifndef _LINUX_CY8CTMG110_PDATA_H
2
#define _LINUX_CY8CTMG110_PDATA_H
3
4
struct
cy8ctmg110_pdata
5
{
6
int
reset_pin
;
/* Reset pin is wired to this GPIO (optional) */
7
int
irq_pin
;
/* IRQ pin is wired to this GPIO */
8
};
9
10
#endif