]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/loader/server/src/obj_reg.h
Update
[l4.git] / l4 / pkg / loader / server / src / obj_reg.h
1 /*
2  * (c) 2008-2009 Alexander Warg <warg@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 #pragma once
10
11 #include <l4/sys/task>
12 #include <l4/sys/factory>
13 #include <l4/sys/types.h>
14
15 #include <l4/re/util/cap_alloc>
16 #include <l4/re/env>
17 #include <l4/re/util/object_registry>
18
19 namespace Gate_alloc {
20
21   extern L4Re::Util::Object_registry registry;
22
23 }
24
25