mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
17 lines
200 B
C
17 lines
200 B
C
|
#ifndef ODIP_FRAG_H_
|
||
|
#define ODIP_FRAG_H_
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
extern unsigned char odip_frag[9120];
|
||
|
|
||
|
#define odip_frag_size sizeof(odip_frag)
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|