UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
mp Struct Reference

#include <mp.h>

Data Fields

uchar signature [4]
 
void * physaddr
 
uchar length
 
uchar specrev
 
uchar checksum
 
uchar type
 
uchar imcrp
 
uchar reserved [3]
 

Detailed Description

Definition at line 3 of file mp.h.

Field Documentation

uchar mp::checksum

Definition at line 8 of file mp.h.

uchar mp::imcrp

Definition at line 10 of file mp.h.

uchar mp::length

Definition at line 6 of file mp.h.

void* mp::physaddr

Definition at line 5 of file mp.h.

uchar mp::reserved[3]

Definition at line 11 of file mp.h.

uchar mp::signature[4]

Definition at line 4 of file mp.h.

uchar mp::specrev

Definition at line 7 of file mp.h.

uchar mp::type

Definition at line 9 of file mp.h.


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