This repository has been archived on 2021-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
twiboot/linux/chipinfo_avr.h
2012-02-11 12:44:02 +01:00

9 lines
147 B
C

#ifndef _CHIPINFO_H_
#define _CHIPINFO_H_
#include <stdint.h>
const char * chipinfo_get_avr_name(const uint8_t *sig);
#endif /* _CHIPINFO_H_ */