]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/examples/libs/l4re/streammap/shared.h
Update
[l4.git] / l4 / pkg / examples / libs / l4re / streammap / shared.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
10 #pragma once
11
12 #include <l4/sys/capability>
13
14 struct Mapper : public L4::Kobject_t<Mapper, L4::Kobject>
15 {
16   enum Opcodes { Do_map };
17 };