diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-06-21 14:27:50 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-06-21 14:27:50 +0200 |
commit | 477c33efba4362282cf88f02cf4d17f13d3ad8fd (patch) | |
tree | 3dd37bc2f2d15608138c45455b7cfeab0a892ccf /gui/emb.h | |
parent | 08020400b379a0c2d7069bbd62f43782d438598b (diff) | |
parent | 23fe31da44a2e2596335c09ae983217ffbc8f6b1 (diff) | |
download | nextpnr-477c33efba4362282cf88f02cf4d17f13d3ad8fd.tar.gz nextpnr-477c33efba4362282cf88f02cf4d17f13d3ad8fd.tar.bz2 nextpnr-477c33efba4362282cf88f02cf4d17f13d3ad8fd.zip |
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Diffstat (limited to 'gui/emb.h')
-rw-r--r-- | gui/emb.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gui/emb.h b/gui/emb.h deleted file mode 100644 index 3daa7ca3..00000000 --- a/gui/emb.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// Copyright (C) 2011 Mateusz Loskot <mateusz@loskot.net> -// Distributed under the Boost Software License, Version 1.0. -// (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// Blog article: http://mateusz.loskot.net/?p=2819 - -#include <functional> -#include <iostream> -#include <string> - -namespace emb { -typedef std::function<void(std::string)> stdout_write_type; - -void set_stdout(stdout_write_type write); -void reset_stdout(); - -void append_inittab(); -} // namespace emb |