mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-02 11:01:53 +08:00
add SW reset (#107)
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include "keyboard.h"
|
||||
#include "mouse.h"
|
||||
#include "storage.h"
|
||||
#include "board.h"
|
||||
|
||||
|
||||
namespace DRIVERS {
|
||||
@@ -31,5 +32,6 @@ namespace DRIVERS {
|
||||
static Keyboard *makeKeyboard(type _type);
|
||||
static Mouse *makeMouse(type _type);
|
||||
static Storage* makeStorage(type _type);
|
||||
static Board* makeBoard(type _type);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user