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.

19 lines
293 B

2 years ago
2 years ago
2 years ago
  1. #pragma once
  2. #include "iflytop_xsync/iflytop_xsync.h"
  3. #include "project_configs.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. void device_info_init();
  8. typedef struct {
  9. uint32_t sn0;
  10. uint32_t sn1;
  11. uint32_t sn2;
  12. } sn_t;
  13. void device_info_get_sn(sn_t* device_id);
  14. #ifdef __cplusplus
  15. }
  16. #endif