Merge branch 'composite' of bitbucket.org:nuttx/nuttx into composite

This commit is contained in:
Gregory Nutt 2016-08-28 13:53:16 -06:00
commit 5da8a98782

View File

@ -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
} }