A stubbed tty bus manager.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25198 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -11,6 +11,14 @@
|
||||
#include <module.h>
|
||||
#include <termios.h>
|
||||
|
||||
|
||||
// XXX: should go away or be opacised
|
||||
struct str {
|
||||
uchar *buffer;
|
||||
uint bufsize, count, tail;
|
||||
bool allocated;
|
||||
};
|
||||
|
||||
struct ddrover {
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user