Changeset 209 for trunk/include/regfi.h


Ignore:
Timestamp:
10/09/10 17:55:44 (14 years ago)
Author:
tim
Message:

worked on pyregfi value data interface

added initial scons target for API/devel documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/regfi.h

    r207 r209  
    403403typedef struct _regfi_data
    404404{
     405  /* XXX: this isn't populated yet. Should set it to start of data cell
     406   *      or big data cell.
     407   */
     408  uint32_t offset;
     409
    405410  /** Data type of this data, as indicated by the referencing VK record. */
    406411  REGFI_DATA_TYPE type;
     
    412417  uint8_t* raw;
    413418
    414   /** Represents the length of the interpreted value. Meaning is type-specific. */
     419  /** Represents the length of the interpreted value. Meaning is type-specific.
     420   *  Will be 0 if interpretation failed for any reason.
     421   */
    415422  uint32_t interpreted_size;
    416423
Note: See TracChangeset for help on using the changeset viewer.