Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
c19d13b030e93c6b30f61743e940da8d4418e714
/
.
/
board
/
ti
/
ti814x
/
evm.h
blob: 40f8710c8966a066ecf349385caf3ea61252bc90 [
file
] [
log
] [
blame
]
Matt Porter
ea7b96b
2013-03-15 10:07:10 +0000
[
diff
] [
blame
]
1
#ifndef
_EVM_H
2
#define
_EVM_H
3
4
void
enable_uart0_pin_mux
(
void
);
5
void
enable_mmc1_pin_mux
(
void
);
6
7
#endif
/* _EVM_H */