mirror of
https://github.com/raphnet/4nes4snes
synced 2025-03-11 06:50:17 -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__
|
||
|
|