Go to the documentation of this file.
27 #define DELL_SMI_DEFAULTS 0x0000
28 #define DELL_SMI_GET_SINGLETON 0x0001
29 #define DELL_SMI_GET_NEW 0x0002
30 #define DELL_SMI_UNIT_TEST_MODE 0x0004
31 #define DELL_SMI_NO_ERR_CLEAR 0x0008
#define EXTERN_C_BEGIN
Definition: compat.h:55
#define EXTERN_C_END
Definition: compat.h:56
#define LIBSMBIOS_C_DLL_SPEC
Definition: compat.h:48
unsigned int u32
Definition: types.h:37
unsigned short u16
Definition: types.h:33
LIBSMBIOS_C_DLL_SPEC u8 * dell_smi_obj_make_buffer_frombios_withoutheader(struct dell_smi_obj *, u8 argno, size_t size)
LIBSMBIOS_C_DLL_SPEC int dell_smi_obj_execute(struct dell_smi_obj *)
LIBSMBIOS_C_DLL_SPEC u8 * dell_smi_obj_make_buffer_frombios_auto(struct dell_smi_obj *, u8 argno, size_t size)
LIBSMBIOS_C_DLL_SPEC u8 * dell_smi_obj_make_buffer_frombios_withheader(struct dell_smi_obj *, u8 argno, size_t size)
LIBSMBIOS_C_DLL_SPEC void dell_smi_obj_set_select(struct dell_smi_obj *, u16)
LIBSMBIOS_C_DLL_SPEC u8 * dell_smi_obj_make_buffer_tobios(struct dell_smi_obj *, u8 argno, size_t size)
LIBSMBIOS_C_DLL_SPEC void dell_smi_obj_set_arg(struct dell_smi_obj *, u8 argno, u32 value)
unsigned char u8
Definition: types.h:29
LIBSMBIOS_C_DLL_SPEC void dell_smi_obj_set_class(struct dell_smi_obj *, u16)
LIBSMBIOS_C_DLL_SPEC struct dell_smi_obj * dell_smi_factory(int flags,...)
LIBSMBIOS_C_DLL_SPEC u32 dell_smi_obj_get_res(struct dell_smi_obj *, u8 argno)
const LIBSMBIOS_C_DLL_SPEC char * dell_smi_obj_strerror(struct dell_smi_obj *)
LIBSMBIOS_C_DLL_SPEC void dell_smi_obj_free(struct dell_smi_obj *)