This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
u-boot
Watch
1
Star
0
Fork
1
You've already forked u-boot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
fe3334d0a36aee534ace306cb15bd3db825dd359
u-boot
/
arch
/
mips
/
include
/
asm
/
gpio.h
2 lines
30 B
C
Raw
Normal View
History
Unescape
Escape
MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO. With CONFIG_CMD_GPIO compilation reports error. common/cmd_gpio.c:13:22: fatal error: asm/gpio.h: No such file or directory #include <asm/gpio.h> ^ Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com> Reviewed-by: Chin Liang See <clsee@altera.com> Reviewed-by: Simon Glass <sjg@chromium.org>
2015-12-17 23:01:31 +05:30
#
include
<asm-generic/gpio.h>
Reference in New Issue
Copy Permalink