aboutsummaryrefslogtreecommitdiff
path: root/drivers/squish/image_compress_squish.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/squish/image_compress_squish.h')
-rw-r--r--drivers/squish/image_compress_squish.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/squish/image_compress_squish.h b/drivers/squish/image_compress_squish.h
new file mode 100644
index 000000000..4fec8d7ef
--- /dev/null
+++ b/drivers/squish/image_compress_squish.h
@@ -0,0 +1,11 @@
+#ifndef IMAGE_COMPRESS_SQUISH_H
+#define IMAGE_COMPRESS_SQUISH_H
+
+
+#include "image.h"
+
+
+void image_compress_squish(Image *p_image);
+
+
+#endif // IMAGE_COMPRESS_SQUISH_H