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>
This commit is contained in:
committed by
Linus Torvalds
parent
f06295b44c
commit
3cab7fd964
@ -101,5 +101,7 @@ struct apm_cmd {
|
||||
} __attribute__ ((packed)) parameters;
|
||||
} __attribute__ ((packed));
|
||||
|
||||
int dcdbas_smi_request(struct smi_cmd *smi_cmd);
|
||||
|
||||
#endif /* _DCDBAS_H_ */
|
||||
|
||||
|
Reference in New Issue
Block a user