summaryrefslogtreecommitdiff
path: root/drivers/squish/image_compress_squish.h
blob: 4fec8d7ef75842aa150f3cc97afa6b8c12b5161c (plain)
1
2
3
4
5
6
7
8
9
10
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