diff options
author | Matthew Garrett <mjg59@srcf.ucam.org> | 2009-01-07 18:08:54 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-08 08:31:12 -0800 |
commit | 3cab7fd964916a5474dcaeb23b6723fbfb34cc66 (patch) | |
tree | bdc3624a1a821e0d93a2abc5aa1c2918ccc4e62b /drivers/firmware/dcdbas.h | |
parent | f06295b44c296c8fb08823a3118468ae343b60f2 (diff) | |
download | op-kernel-dev-3cab7fd964916a5474dcaeb23b6723fbfb34cc66.zip op-kernel-dev-3cab7fd964916a5474dcaeb23b6723fbfb34cc66.tar.gz |
dcdbas: export functionality for use in other drivers
The dcdbas code allows calls to be made into the firmware on Dell systems.
Exporting this to other drivers allows them to implement Dell-specific
functionality in a safe way.
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Cc: Matt Domsch <Matt_Domsch@dell.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/firmware/dcdbas.h')
-rw-r--r-- | drivers/firmware/dcdbas.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/firmware/dcdbas.h b/drivers/firmware/dcdbas.h index 87bc341..ca3cb0a 100644 --- a/drivers/firmware/dcdbas.h +++ b/drivers/firmware/dcdbas.h @@ -101,5 +101,7 @@ struct apm_cmd { } __attribute__ ((packed)) parameters; } __attribute__ ((packed)); +int dcdbas_smi_request(struct smi_cmd *smi_cmd); + #endif /* _DCDBAS_H_ */ |