diff options
Diffstat (limited to 'include/libtf/tf.h')
-rw-r--r-- | include/libtf/tf.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/include/libtf/tf.h b/include/libtf/tf.h new file mode 100644 index 0000000..7ff7b25 --- /dev/null +++ b/include/libtf/tf.h @@ -0,0 +1,20 @@ +/* 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 + +#define TF_UCTX_H "uctx-setjmp.h" + +#include <libtf/fiber.h> + +#endif |