Add emulated serialIo device driver for EdkUnixPkg

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2605 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2007-05-30 07:22:41 +00:00
parent d756d2e739
commit b19cfa69e7
11 changed files with 2606 additions and 77 deletions

View File

@@ -37,7 +37,8 @@ Abstract:
#include <time.h>
#include <signal.h>
#include <string.h>
#include <stdlib.h>
#include <stdlib.h>
#include <termio.h>
static int settimer_initialized;
static struct timeval settimer_timeval;
@@ -187,8 +188,16 @@ EFI_UNIX_THUNK_PROTOCOL mUnixThunkTable = {
fsync,
chmod,
utime,
UgaCreate,
tcflush,
UgaCreate,
perror,
printf,
ioctl,
fcntl,
cfsetispeed,
cfsetospeed,
tcgetattr,
tcsetattr
};