fix(MP/kernel): rename argument callback
This commit is contained in:
@@ -12,7 +12,7 @@ struct sysfs_callbacks {
|
|||||||
void (*set_mode)(int mode);
|
void (*set_mode)(int mode);
|
||||||
|
|
||||||
uint32_t (*get_period)(void);
|
uint32_t (*get_period)(void);
|
||||||
void (*set_period)(uint32_t freq);
|
void (*set_period)(uint32_t period_ms);
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Register the callbacks and create the sysfs interface */
|
/* Register the callbacks and create the sysfs interface */
|
||||||
|
|||||||
Reference in New Issue
Block a user