diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 22:13:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 22:13:02 +0000 |
commit | e244c93d21bcacf1a0eedefdcc3018a362274796 (patch) | |
tree | 857e0d7bcf20546b38fff97a8702c2c1240bc23b /src/embedded_images/redcross.h | |
parent | Initial commit. (diff) | |
download | nwipe-af2761cb2be46141e09d4d066d9bac9fab3904f8.tar.xz nwipe-af2761cb2be46141e09d4d066d9bac9fab3904f8.zip |
Adding upstream version 0.36.upstream/0.36
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/embedded_images/redcross.h')
-rw-r--r-- | src/embedded_images/redcross.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/embedded_images/redcross.h b/src/embedded_images/redcross.h new file mode 100644 index 0000000..a3a0912 --- /dev/null +++ b/src/embedded_images/redcross.h @@ -0,0 +1,16 @@ +/* Autogenerated by hxtools bin2c */ +#ifndef REDCROSS_H +#define REDCROSS_H 1 + +#ifdef __cplusplus +extern "C" { +#endif + +extern const unsigned char bin2c_redcross_jpg[60331]; + +#ifdef __cplusplus +} /* extern "C" */ +#endif + + +#endif /* REDCROSS_H */ |