Improved Makefile. Added initial Android support.
This commit is contained in:
@@ -19,11 +19,15 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#pragma once
|
||||
#include <cstdio>
|
||||
#include <memory>
|
||||
#include "Architecture.hpp"
|
||||
|
||||
std::shared_ptr<int> getHostDescriptor();
|
||||
|
||||
#ifdef DEBUG_STREAMS
|
||||
std::shared_ptr<FILE> getComHostStream();
|
||||
std::shared_ptr<FILE> getHostPacketStream();
|
||||
std::shared_ptr<FILE> getHostAPDUStream();
|
||||
std::shared_ptr<FILE> getComDevStream();
|
||||
std::shared_ptr<FILE> getDevPacketStream();
|
||||
std::shared_ptr<FILE> getDevAPDUStream();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user