blob: a0c96f0b2584b0c66361c48e0c79ed796c111dfe [file] [log] [blame]
/** @file
* @brief Button Service
*/
/*
* Copyright (c) 2019 Marcio Montenegro <mtuxpe@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifdef __cplusplus
extern "C" {
#endif
int button_init(void);
#ifdef __cplusplus
}
#endif