1. NAME

dmi_walk - Walk the DMI table and get called back for every record

2. SYNOPSIS

int dmi_walk(void (* decode ) (const struct dmi_header *, void *), void *  private_data );

3. ARGUMENTS

decode
    Callback function

private_data
    Private data to be passed to the callback function

4. DESCRIPTION

Returns -1 when the DMI table canAqt be reached, 0 on success.

5. COPYRIGHT