]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/ferret/include/sensors/dplist_consumer.h
update
[l4.git] / l4 / pkg / ferret / include / sensors / dplist_consumer.h
1 /**
2  * \file   ferret/include/sensors/dplist_consumer.h
3  * \brief  delayed preemption list consumer functions.
4  *
5  * \date   2007-06-11
6  * \author Martin Pohlack  <mp26@os.inf.tu-dresden.de>
7  */
8 /*
9  * (c) 2007-2009 Technische Universität Dresden
10  * This file is part of TUD:OS and distributed under the terms of the
11  * GNU General Public License 2.
12  * Please see the COPYING-GPL-2 file for details.
13  */
14 #ifndef __FERRET_INCLUDE_SENSORS_DPLIST_CONSUMER_H_
15 #define __FERRET_INCLUDE_SENSORS_DPLIST_CONSUMER_H_
16
17 #include <l4/ferret/sensors/dplist.h>
18
19 #include <l4/ferret/sensors/__dplist_magic.h>
20 #define FERRET_LLIST_MAGIC ahK6eeNa
21 #include <l4/ferret/sensors/__llist_consumer.h>
22
23 #endif