New rewritten serial driver + dev interface
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
#ifndef ULIB_DEV_H_
|
||||
#define ULIB_DEV_H_
|
||||
|
||||
#define DEV_TERMDEV_PUTCH 0
|
||||
|
||||
#define DEV_PS2KBDEV_READCH 0
|
||||
|
||||
#endif // ULIB_DEV_H_
|
@ -16,7 +16,6 @@
|
||||
#include <log.h>
|
||||
#include <assert.h>
|
||||
#include <umalloc/umalloc.h>
|
||||
#include <dev.h>
|
||||
#include <fs/path.h>
|
||||
|
||||
#include <errors.h>
|
||||
|
Reference in New Issue
Block a user