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

#include <memory.h>

Data Fields

unsigned long start_section_nr
 
unsigned long end_section_nr
 
unsigned long state
 
int section_count
 
struct mutex state_mutex
 
int phys_device
 
voidhw
 
int(* phys_callback )(struct memory_block *)
 
struct device dev
 

Detailed Description

Definition at line 24 of file memory.h.

Field Documentation

Definition at line 40 of file memory.h.

unsigned long end_section_nr

Definition at line 26 of file memory.h.

void* hw

Definition at line 38 of file memory.h.

int(* phys_callback)(struct memory_block *)

Definition at line 39 of file memory.h.

int phys_device

Definition at line 37 of file memory.h.

int section_count

Definition at line 28 of file memory.h.

unsigned long start_section_nr

Definition at line 25 of file memory.h.

unsigned long state

Definition at line 27 of file memory.h.

struct mutex state_mutex

Definition at line 36 of file memory.h.


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