repo.or.cz
/
linux-ginger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
OMAP3 SRF: Add CORE rate table param in OMAP-PM
[linux-ginger.git]
/
arch
/
arm
/
plat-omap
/
include
/
mach
/
debobs.h
blob
67f765d3b15695a1c67c61137e2ea47ce2d97a39
1
#ifndef __DEBOBS_H
2
#define __DEBOBS_H
3
4
void
debug_gpio_set
(
unsigned
gpio
,
int
value
);
5
int
debug_gpio_get
(
unsigned
gpio
);
6
7
#endif