Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
tty_buffer Struct Reference

#include <tty.h>

Data Fields

struct tty_buffernext
 
charchar_buf_ptr
 
unsigned charflag_buf_ptr
 
int used
 
int size
 
int commit
 
int read
 
unsigned long data [0]
 

Detailed Description

Definition at line 31 of file tty.h.

Field Documentation

char* char_buf_ptr

Definition at line 33 of file tty.h.

Definition at line 37 of file tty.h.

unsigned long data[0]

Definition at line 40 of file tty.h.

unsigned char* flag_buf_ptr

Definition at line 34 of file tty.h.

Definition at line 32 of file tty.h.

int read

Definition at line 38 of file tty.h.

int size

Definition at line 36 of file tty.h.

int used

Definition at line 35 of file tty.h.


The documentation for this struct was generated from the following file: