hog.h 225 B

12345678910111213141516171819
  1. /** @file
  2. * @brief HoG Service sample
  3. */
  4. /*
  5. * Copyright (c) 2016 Intel Corporation
  6. *
  7. * SPDX-License-Identifier: Apache-2.0
  8. */
  9. #ifdef __cplusplus
  10. extern "C" {
  11. #endif
  12. void hog_init(void);
  13. #ifdef __cplusplus
  14. }
  15. #endif