diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2018-06-28 16:22:46 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2018-06-28 17:57:26 +0200 |
commit | 2037fff7426e252a8692b971f88689c1dd8c03e8 (patch) | |
tree | d02c57998932f700268f9f8d91fbacb1496891c3 /common/emb.h | |
parent | 45032e22248caf8ba5c90aa1ed34e096a73aa999 (diff) | |
download | nextpnr-2037fff7426e252a8692b971f88689c1dd8c03e8.tar.gz nextpnr-2037fff7426e252a8692b971f88689c1dd8c03e8.tar.bz2 nextpnr-2037fff7426e252a8692b971f88689c1dd8c03e8.zip |
remove emb.cc
Diffstat (limited to 'common/emb.h')
-rw-r--r-- | common/emb.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/common/emb.h b/common/emb.h deleted file mode 100644 index 3daa7ca3..00000000 --- a/common/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 |