]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/bootstrap_custom/server/src/uncompress.h
fiasco: bootstrap: copy bootstrap into bootstrap_custom for to port this into Jailhouse.
[l4.git] / l4 / pkg / bootstrap_custom / server / src / uncompress.h
1 /*
2  * (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>
3  *     economic rights: Technische Universität Dresden (Germany)
4  *
5  * This file is part of TUD:OS and distributed under the terms of the
6  * GNU General Public License 2.
7  * Please see the COPYING-GPL-2 file for details.
8  */
9 #ifndef __BOOTSTRAP__UNCOMPRESS_H__
10 #define __BOOTSTRAP__UNCOMPRESS_H__
11
12 #include <l4/sys/compiler.h>
13
14 EXTERN_C_BEGIN
15
16 void *decompress(const char *name, void *start, void *destbuf,
17                  int size, int size_uncompressed);
18
19 EXTERN_C_END
20
21 #endif /* ! __BOOTSTRAP__UNCOMPRESS_H__ */