Merge branch 'composite' of bitbucket.org:nuttx/nuttx into composite
This commit is contained in:
commit
5da8a98782
@ -200,6 +200,19 @@ extern "C"
|
|||||||
int btn_register(FAR const char *devname,
|
int btn_register(FAR const char *devname,
|
||||||
FAR const struct btn_lowerhalf_s *lower);
|
FAR const struct btn_lowerhalf_s *lower);
|
||||||
|
|
||||||
|
/****************************************************************************
|
||||||
|
* Name: btn_lower_initialize
|
||||||
|
*
|
||||||
|
* Description:
|
||||||
|
* Initialize the generic button lower half driver, bind it and register
|
||||||
|
* it with the upper half button driver as devname.
|
||||||
|
*
|
||||||
|
****************************************************************************/
|
||||||
|
|
||||||
|
#if CONFIG_BUTTONS_LOWER
|
||||||
|
int btn_lower_initialize(FAR const char *devname);
|
||||||
|
#endif
|
||||||
|
|
||||||
#undef EXTERN
|
#undef EXTERN
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user