diff options
Diffstat (limited to 'drivers/net/wireless/orinoco/hermes.h')
-rw-r--r-- | drivers/net/wireless/orinoco/hermes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/orinoco/hermes.h b/drivers/net/wireless/orinoco/hermes.h index 18b268c54dfe..9e21ecdb4e70 100644 --- a/drivers/net/wireless/orinoco/hermes.h +++ b/drivers/net/wireless/orinoco/hermes.h | |||
@@ -393,6 +393,10 @@ struct hermes_ops { | |||
393 | u16 id, u16 offset); | 393 | u16 id, u16 offset); |
394 | int (*bap_pwrite)(struct hermes *hw, int bap, const void *buf, | 394 | int (*bap_pwrite)(struct hermes *hw, int bap, const void *buf, |
395 | int len, u16 id, u16 offset); | 395 | int len, u16 id, u16 offset); |
396 | void (*lock_irqsave)(spinlock_t *lock, unsigned long *flags); | ||
397 | void (*unlock_irqrestore)(spinlock_t *lock, unsigned long *flags); | ||
398 | void (*lock_irq)(spinlock_t *lock); | ||
399 | void (*unlock_irq)(spinlock_t *lock); | ||
396 | }; | 400 | }; |
397 | 401 | ||
398 | /* Basic control structure */ | 402 | /* Basic control structure */ |