netbird: fix compilation error

This commit is contained in:
Stefan Eichenberger 2017-08-02 16:46:20 +02:00
parent 22506ffe45
commit a6f157c6db
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
DECLARE_GLOBAL_DATA_PTR;
/* GPIO that controls power to DDR on EVM-SK */
#define GPIO_TO_PIN(bank, gpio) (32 * (bank) + (gpio))
#define GPIO_DDR_VTT_EN GPIO_TO_PIN(0, 7)
#define ICE_GPIO_DDR_VTT_EN GPIO_TO_PIN(0, 18)
#define GPIO_PR1_MII_CTRL GPIO_TO_PIN(3, 4)