2016-08-29 22:25:36 +08:00
|
|
|
/** @file
|
|
|
|
* @brief HoG Service sample
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright (c) 2016 Intel Corporation
|
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2016-08-29 22:25:36 +08:00
|
|
|
*/
|
|
|
|
|
2016-12-16 17:21:21 +08:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2016-08-29 22:25:36 +08:00
|
|
|
void hog_init(void);
|
2016-12-16 17:21:21 +08:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|