New rewritten serial driver + dev interface
This commit is contained in:
@ -12,6 +12,7 @@ typedef struct {
|
||||
int _hshtbstate;
|
||||
char ident[0x100];
|
||||
DevFn fns[DEV_FNS_MAX];
|
||||
SpinLock spinlock;
|
||||
} Dev;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user