]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/loader/server/src/global.h
53892c97b5d6adf2128e7d35489b363e120b5f5e
[l4.git] / l4 / pkg / loader / server / src / global.h
1 /*
2  * (c) 2008-2009 Technische Universität Dresden
3  * This file is part of TUD:OS and distributed under the terms of the
4  * GNU General Public License 2.
5  * Please see the COPYING-GPL-2 file for details.
6  */
7 #pragma once
8
9 #include <l4/sys/capability>
10
11 namespace Glbl {
12 extern L4::Cap<void> rcv_cap;
13 extern char log_buffer[1024];
14 }