mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Convert more drivers to use use irq_attach with argument.
This commit is contained in:
@@ -66,7 +66,8 @@
|
||||
|
||||
struct vs1053_lower_s
|
||||
{
|
||||
int (*attach)(FAR const struct vs1053_lower_s *lower, xcpt_t handler);
|
||||
int (*attach)(FAR const struct vs1053_lower_s *lower, xcpt_t handler,
|
||||
FAR void *arg);
|
||||
void (*enable)(FAR const struct vs1053_lower_s *lower);
|
||||
void (*disable)(FAR const struct vs1053_lower_s *lower);
|
||||
void (*reset)(FAR const struct vs1053_lower_s *lower, bool state);
|
||||
|
||||
Reference in New Issue
Block a user