bt_core.h 186 B

12345678910
  1. #include <stdio.h>
  2. #include <string.h>
  3. #include "types.h"
  4. #ifndef __BT_CORE_H__
  5. #define __BT_CORE_H__
  6. UINT8 mid_generate_host_akh(UINT16 recnumber,UINT16 *number,UINT16 *akh);
  7. #endif