mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-18 17:29:17 +01:00
17 lines
213 B
C
17 lines
213 B
C
|
#ifndef DIP_PLUGIN2_H_
|
||
|
#define DIP_PLUGIN2_H_
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
extern unsigned char dip_plugin_2[3700];
|
||
|
|
||
|
#define dip_plugin_2_size sizeof(dip_plugin_2)
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|