summaryrefslogtreecommitdiffstats
path: root/include/libtf/tf.h
blob: 7a089ffb354cfa4eb07ba7a984847ad52ceb5209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* tf.h - libtf umbrella include
 *
 * Copyright (C) 2009 Timo Teräs <timo.teras@iki.fi>
 * All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 or later as
 * published by the Free Software Foundation.
 *
 * See http://www.gnu.org/ for details.
 */

#ifndef TF_H
#define TF_H

#include <libtf/fiber.h>
#include <libtf/io.h>

#endif