mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Convert some serial drivers to use use irq_attach.
This commit is contained in:
@@ -138,7 +138,7 @@ struct cc3000_config_s
|
||||
* probe - Debug support
|
||||
*/
|
||||
|
||||
int (*irq_attach)(FAR struct cc3000_config_s *state, xcpt_t isr);
|
||||
int (*irq_attach)(FAR struct cc3000_config_s *state, xcpt_t isr, FAR void *arg);
|
||||
void (*irq_enable)(FAR struct cc3000_config_s *state, bool enable);
|
||||
void (*irq_clear)(FAR struct cc3000_config_s *state);
|
||||
void (*power_enable)(FAR struct cc3000_config_s *state,bool enable);
|
||||
|
||||
Reference in New Issue
Block a user