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

#include <ops.h>

Data Fields

int(* open )(void)
 
void(* putc )(unsigned char c)
 
unsigned char(* getc )(void)
 
u8(* tstc )(void)
 
void(* close )(void)
 

Detailed Description

Definition at line 68 of file ops.h.

Field Documentation

void(* close)(void)

Definition at line 73 of file ops.h.

unsigned char(* getc)(void)

Definition at line 71 of file ops.h.

int(* open)(void)

Definition at line 69 of file ops.h.

void(* putc)(unsigned char c)

Definition at line 70 of file ops.h.

u8(* tstc)(void)

Definition at line 72 of file ops.h.


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