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

#include <memory.h>

Data Fields

ssize_t(* read )(struct memory_accessor *, char *buf, off_t offset, size_t count)
 
ssize_t(* write )(struct memory_accessor *, const char *buf, off_t offset, size_t count)
 

Detailed Description

Definition at line 141 of file memory.h.

Field Documentation

Definition at line 142 of file memory.h.

Definition at line 144 of file memory.h.


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