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

#include <ops.h>

Data Fields

int(* open )(void)
 
void(* write )(const char *buf, int len)
 
void(* edit_cmdline )(char *buf, int len)
 
void(* close )(void)
 
voiddata
 

Detailed Description

Definition at line 58 of file ops.h.

Field Documentation

void(* close)(void)

Definition at line 62 of file ops.h.

Definition at line 63 of file ops.h.

void(* edit_cmdline)(char *buf, int len)

Definition at line 61 of file ops.h.

int(* open)(void)

Definition at line 59 of file ops.h.

void(* write)(const char *buf, int len)

Definition at line 60 of file ops.h.


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