input.c File Reference

#include <sys/types.h>
#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <unistd.h>
#include <str.h>
#include "input.h"
#include <async.h>
#include <vfs/vfs.h>
#include <io/console.h>
#include <ipc/console.h>

Go to the source code of this file.

Defines

#define TV_POS(tv)   ((tv)->tv_sec > 0 || ((tv)->tv_sec == 0 && (tv)->tv_usec > 0))
#define TV_SUB(res, sub)
#define USEC_COUNT   1000000

Functions

int rwait (struct timeval *tvp)
int tgetchar (unsigned int sec)
void tsleep (unsigned int sec)

Variables

static aid_t getchar_inprog = 0
static char lastchar = '\0'


Detailed Description

Definition in file input.c.


Generated on Thu Jun 2 07:45:50 2011 for HelenOS/USB by  doxygen 1.4.7