mirror of
https://github.com/etaHEN/etaHEN.git
synced 2026-01-13 03:28:02 +08:00
18 lines
223 B
C
18 lines
223 B
C
/* Autogenerated by hxtools bin2c */
|
|
#ifndef HEN_H
|
|
#define HEN_H 1
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern uint8_t KELF[];
|
|
extern uint64_t KELF_SZ;
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern "C" */
|
|
#endif
|
|
|
|
|
|
#endif /* HEN_H */
|