1
0
mirror of https://github.com/raphnet/4nes4snes synced 2024-08-13 16:23:46 -04:00
4nes4snes/devdesc.h
Raphaël Assénat 6c88641e07 Initial revision
2007-03-25 02:59:30 +00:00

11 lines
173 B
C

#ifndef _devdesc_h__
#define _devdesc_h__
#include <avr/pgmspace.h>
extern const char usbDescrDevice[] PROGMEM;
int getUsbDescrDevice_size(void);
#endif // _devdesc_h__