14 lines
335 B
C
14 lines
335 B
C
#ifndef UNLIT_OPAQUE_H_
|
|
#define UNLIT_OPAQUE_H_
|
|
|
|
#include <stdint.h>
|
|
|
|
extern "C" {
|
|
extern const uint8_t UNLIT_OPAQUE_PACKAGE[];
|
|
extern int UNLIT_OPAQUE_UNLIT_OPAQUE_OFFSET;
|
|
extern int UNLIT_OPAQUE_UNLIT_OPAQUE_SIZE;
|
|
}
|
|
#define UNLIT_OPAQUE_UNLIT_OPAQUE_DATA (UNLIT_OPAQUE_PACKAGE + UNLIT_OPAQUE_UNLIT_OPAQUE_OFFSET)
|
|
|
|
#endif
|