projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add CRC16 kernel module
[openwrt.git]
/
package
/
ucmb
/
src
/
ucmb.h
1
#ifndef LINUX_UCMB_H_
2
#define LINUX_UCMB_H_
3
4
struct
ucmb_platform_data
{
5
const char
*
name
;
6
unsigned long
gpio_cs
;
7
unsigned int
gpio_sck
;
8
unsigned int
gpio_miso
;
9
unsigned int
gpio_mosi
;
10
11
struct
platform_device
*
pdev
;
/* internal */
12
};
13
14
#endif
/* LINUX_UCMB_H_ */
This page took
0.07531 seconds
and
5
git commands to generate.