mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-02 02:51:53 +08:00
add interface for storage (#99)
This commit is contained in:
@@ -23,11 +23,13 @@
|
||||
|
||||
#include "keyboard.h"
|
||||
#include "mouse.h"
|
||||
#include "storage.h"
|
||||
|
||||
|
||||
namespace DRIVERS {
|
||||
struct Factory {
|
||||
static Keyboard *makeKeyboard(type _type);
|
||||
static Mouse *makeMouse(type _type);
|
||||
static Storage* makeStorage(type _type);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user