You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
243 B

1 year ago
  1. #pragma once
  2. #include <stdint.h>
  3. #include "project_dep.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. /**
  8. * @brief
  9. * ģҪλϢ
  10. */
  11. /**
  12. * @brief ģʼ
  13. *
  14. */
  15. void extern_if_service_init();
  16. #ifdef __cplusplus
  17. }
  18. #endif