mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 20:23:57 +00:00
5 lines
105 B
C++
5 lines
105 B
C++
#pragma once
|
|
#include "../io_device.hpp"
|
|
|
|
std::unique_ptr<io_device> create_security_support_provider();
|