repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xtensa: fix high memory/reserved memory collision
[cris-mirror.git]
/
include
/
linux
/
spi
/
mc33880.h
blob
205a49cb99dbd3e9b1e7a91fe243f623475bb39b
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef LINUX_SPI_MC33880_H
3
#define LINUX_SPI_MC33880_H
4
5
struct
mc33880_platform_data
{
6
/* number assigned to the first GPIO */
7
unsigned
base
;
8
};
9
10
#endif
11