repo.or.cz
/
linux-3.6.7-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git]
/
include
/
linux
/
platform_data
/
gpio-em.h
blob
573edfb046c4f5943ea4acb2449a9c6ec3154285
1
#ifndef __GPIO_EM_H__
2
#define __GPIO_EM_H__
3
4
struct
gpio_em_config
{
5
unsigned int
gpio_base
;
6
unsigned int
irq_base
;
7
unsigned int
number_of_pins
;
8
};
9
10
#endif
/* __GPIO_EM_H__ */