fs.mitm: Implement basic passthrough framework for input commands.

This commit is contained in:
Michael Scire 2018-06-09 19:33:22 -06:00
parent 28d630a23e
commit c1c211f542
13 changed files with 855 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#pragma once
void Reboot();
void Log(const void *data, int size);