diff options
Diffstat (limited to 'drivers/net/bnx2x.h')
-rw-r--r-- | drivers/net/bnx2x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bnx2x.h b/drivers/net/bnx2x.h index 85a737c5c23f..8b6e83d03f97 100644 --- a/drivers/net/bnx2x.h +++ b/drivers/net/bnx2x.h | |||
@@ -1006,6 +1006,7 @@ void bnx2x_write_dmae(struct bnx2x *bp, dma_addr_t dma_addr, u32 dst_addr, | |||
1006 | int bnx2x_get_gpio(struct bnx2x *bp, int gpio_num, u8 port); | 1006 | int bnx2x_get_gpio(struct bnx2x *bp, int gpio_num, u8 port); |
1007 | int bnx2x_set_gpio(struct bnx2x *bp, int gpio_num, u32 mode, u8 port); | 1007 | int bnx2x_set_gpio(struct bnx2x *bp, int gpio_num, u32 mode, u8 port); |
1008 | int bnx2x_set_gpio_int(struct bnx2x *bp, int gpio_num, u32 mode, u8 port); | 1008 | int bnx2x_set_gpio_int(struct bnx2x *bp, int gpio_num, u32 mode, u8 port); |
1009 | u32 bnx2x_fw_command(struct bnx2x *bp, u32 command); | ||
1009 | 1010 | ||
1010 | static inline u32 reg_poll(struct bnx2x *bp, u32 reg, u32 expected, int ms, | 1011 | static inline u32 reg_poll(struct bnx2x *bp, u32 reg, u32 expected, int ms, |
1011 | int wait) | 1012 | int wait) |