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:
François Revol
2008-04-26 21:20:13 +00:00
parent 7526aa66f4
commit 42889352f8
5 changed files with 225 additions and 0 deletions
+8
View File
@@ -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 {
};