cosmos: add gpio.h to fix broken build
BUG=none BRANCH=tot TEST=built for cosmos Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Change-Id: I17679c3c2a3d0cad40500a80e75e047237435b0f Reviewed-on: https://chromium-review.googlesource.com/232518 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
7e15aa281a
commit
2bb9b9f673
1 changed files with 8 additions and 0 deletions
8
src/soc/marvell/bg4cd/include/soc/gpio.h
Normal file
8
src/soc/marvell/bg4cd/include/soc/gpio.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef __SOC_MARVELL_BG4CD_GPIO_H__
|
||||
#define __SOC_MARVELL_BG4CD_GPIO_H__
|
||||
|
||||
#include <types.h>
|
||||
|
||||
typedef u32 gpio_t;
|
||||
|
||||
#endif /* __SOC_MARVELL_BG4CD_GPIO_H__ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue