29 Aug, 2009

1 commit

  • include/linux/include/sfi.h defines everything that customers
    of SFI need to know in order to use the SFI suport in the kernel.

    The primary API is sfi_table_parse(), where a driver or another part
    of the kernel can supply a handler to parse the named table.

    sfi.h also includes the currently defined table signatures and table
    formats.

    Signed-off-by: Feng Tang
    Signed-off-by: Len Brown

    Feng Tang