multiboot_tool/chipinfo_avr.h

9 lines
147 B
C
Raw Normal View History

2014-12-26 11:36:32 +01:00
#ifndef _CHIPINFO_H_
#define _CHIPINFO_H_
#include <stdint.h>
const char * chipinfo_get_avr_name(const uint8_t *sig);
#endif /* _CHIPINFO_H_ */