aboutsummaryrefslogtreecommitdiffstats
path: root/gui/emb.h
diff options
context:
space:
mode:
authorSergiusz Bazanski <q3k@q3k.org>2018-06-22 14:29:28 +0100
committerSergiusz Bazanski <q3k@q3k.org>2018-06-22 14:29:28 +0100
commit858acc5c1c0ee4bbdfb8d2012b80cda656ca39db (patch)
tree7cc94b94e40c05c5a7baae61c9d0db4f23a31b60 /gui/emb.h
parent98b1f0c041b01d07f64e8e04503f8eccb05a93de (diff)
parentf86a0d6c8c8792c36c87cf345665ce7c9fbcc60f (diff)
downloadnextpnr-858acc5c1c0ee4bbdfb8d2012b80cda656ca39db.tar.gz
nextpnr-858acc5c1c0ee4bbdfb8d2012b80cda656ca39db.tar.bz2
nextpnr-858acc5c1c0ee4bbdfb8d2012b80cda656ca39db.zip
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/gl
Diffstat (limited to 'gui/emb.h')
-rw-r--r--gui/emb.h20
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