summaryrefslogtreecommitdiff
path: root/roms/seabios/src/jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/seabios/src/jpeg.h')
-rw-r--r--roms/seabios/src/jpeg.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/roms/seabios/src/jpeg.h b/roms/seabios/src/jpeg.h
deleted file mode 100644
index 2d08f4544..000000000
--- a/roms/seabios/src/jpeg.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef __JPEG_H
-#define __JPEG_H
-
-struct jpeg_decdata;
-struct jpeg_decdata *jpeg_alloc(void);
-int jpeg_decode(struct jpeg_decdata *jpeg, unsigned char *buf);
-void jpeg_get_size(struct jpeg_decdata *jpeg, int *width, int *height);
-int jpeg_show(struct jpeg_decdata *jpeg, unsigned char *pic, int width
- , int height, int depth, int bytes_per_line_dest);
-
-#endif