blob: 791dbafffdae5753648ee53c7782d5892e3b14d0 [file] [log] [blame]
#ifndef _CHIP_ID_H_
#define _CHIP_ID_H_
#include <stdint.h>
uint32_t get_chip_type(void);
uint32_t get_chip_ver(void);
uint64_t get_chip_id(void);
#endif /* _CHIP_ID_H_ */