Merge branch 'master' of https://github.com/EPiCS/reconos
[reconos.git] / lib / hwt_delegate.h
blob9d6eaab4c3ea568b942ef6807b7b085e71aff1b8
1 /*
2 * ____ _____
3 * ________ _________ ____ / __ \/ ___/
4 * / ___/ _ \/ ___/ __ \/ __ \/ / / /\__ \
5 * / / / __/ /__/ /_/ / / / / /_/ /___/ /
6 * /_/ \___/\___/\____/_/ /_/\____//____/
8 * ======================================================================
10 * title: ReconOS library - Delegate thread
12 * project: ReconOS
13 * author: Andreas Agne, University of Paderborn
14 * Markus Happe, University of Paderborn
15 * Daniel Borkmann, ETH Zürich
16 * Sebastian Meisner, University of Paderborn
17 * Christoph Rüthing, University of Paderborn
18 * description: Delegate methods to handle call from HWTs.
20 * ======================================================================
23 #ifndef RECONOS_HWT_DELEGATE_H
24 #define RECONOS_HWT_DELEGATE_H
26 void *reconos_hwt_delegate(void *arg);
28 #endif /* RECONOS_HWT_DELEGATE_H */