commit | 12cce715602fa57acb8d7ba00c292ef111a2e6ba | [log] [tgz] |
---|---|---|
author | Dmitry Grinberg <[email protected]> | Tue May 12 15:00:53 2015 -0700 |
committer | Dmitry Grinberg <[email protected]> | Tue May 12 15:02:09 2015 -0700 |
tree | 6249acef2971f345b0e89339e80bb998b33e60f3 | |
parent | fa9af268bc717bd40d9c8d8f80d02a669ecb102d [diff] |
plat_linux: fix build Change-Id: Ie6cae6e313601fee538c3476ba2f22ea9958dab2
diff --git a/firmware/inc/gpio.h b/firmware/inc/gpio.h index 46ff113..9f4dda8 100644 --- a/firmware/inc/gpio.h +++ b/firmware/inc/gpio.h
@@ -8,8 +8,6 @@ #include <stdint.h> #include <stdbool.h> -#include <plat/inc/gpio.h> - enum GpioMode { GPIO_MODE_IN = 0, @@ -31,6 +29,7 @@ GPIO_PULL_DOWN, }; +enum GpioAltFunc; typedef uint8_t GpioNum; struct Gpio;