Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
lk
/
dd4f96d124c489d65baa0d70cac32ee8366f98e9
/
.
/
include
/
lib
/
tga.h
blob: 62ffb43b67fa9490323a5bbe59adf0e477d8374c [
file
] [
log
] [
blame
]
#ifndef
__LIB_TGA_H
#define
__LIB_TGA_H
#include
<lib/gfx.h>
#include
<sys/types.h>
gfx_surface
*
tga_decode
(
const
void
*
ptr
,
size_t
len
,
gfx_format format
);
#endif