mirror of
https://github.com/raphnet/4nes4snes
synced 2024-10-31 23:35:02 -04:00
11 lines
173 B
C
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__
|
||
|
|