]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/bootstrap_custom/server/src/ARCH-amd64/boot32/load_elf.h
fiasco: bootstrap: copy bootstrap into bootstrap_custom for to port this into Jailhouse.
[l4.git] / l4 / pkg / bootstrap_custom / server / src / ARCH-amd64 / boot32 / load_elf.h
1 /*
2  * (c) 2009 Frank Mehnert <fm3@os.inf.tu-dresden.de>,
3  *          Torsten Frenzel <frenzel@os.inf.tu-dresden.de>
4  *     economic rights: Technische Universität Dresden (Germany)
5  *
6  * This file is part of TUD:OS and distributed under the terms of the
7  * GNU General Public License 2.
8  * Please see the COPYING-GPL-2 file for details.
9  */
10 #ifndef LOAD_ELF_H__
11 #define LOAD_ELF_H__ 1
12
13 #include "types.h"
14
15 typedef void (*Startup_func)(void);
16
17 l4_uint32_t load_elf(void *addr, l4_uint32_t *vma_start, l4_uint32_t *vma_end);
18
19 #endif