add drivers and interface and task classes
This commit is contained in:
8
src/common.h
Normal file
8
src/common.h
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
enum STATUS {
|
||||
OKAY = 0,
|
||||
ERROR = -1,
|
||||
NOT_IMPLEMENTED = -2,
|
||||
};
|
||||
Reference in New Issue
Block a user