SFI: create linux/sfi.h
authorFeng Tang <feng.tang@intel.com>
Fri, 14 Aug 2009 19:10:24 +0000 (15:10 -0400)
committerLen Brown <len.brown@intel.com>
Fri, 28 Aug 2009 23:57:30 +0000 (19:57 -0400)
commit117a9ac777f8034d4675b821172d2ff71f6ec47a
treef74100515cb879ef5b995edc2fa049b9b1440489
parent6349d9979beba240fe7182872cb547250264b865
SFI: create linux/sfi.h

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 <feng.tang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
include/linux/sfi.h [new file with mode: 0644]