mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-08 20:45:07 +01:00
17 lines
210 B
C
17 lines
210 B
C
|
#ifndef EHC_MODULE5_H_
|
||
|
#define EHC_MODULE5_H_
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
extern unsigned char ehcmodule_5[3352];
|
||
|
|
||
|
#define ehcmodule_5_size sizeof(ehcmodule_5)
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|