LIBSMBIOS_C_DLL_SPEC const char * cmos_strerror()
Returns string describing the last error condition.
#define LIBSMBIOS_C_DLL_SPEC
Definition: compat.h:48
LIBSMBIOS_C_DLL_SPEC int cmos_read_byte(u8 *byte, u32 indexPort, u32 dataPort, u32 offset)
Read byte from CMOS.
unsigned int u32
Definition: types.h:37
#define EXTERN_C_BEGIN
Definition: compat.h:55
LIBSMBIOS_C_DLL_SPEC int cmos_write_byte(u8 byte, u32 indexPort, u32 dataPort, u32 offset)
Write byte to CMOS.
unsigned char u8
Definition: types.h:29
LIBSMBIOS_C_DLL_SPEC int cmos_run_callbacks(bool do_update)
Run all registered CMOS callbacks.
#define EXTERN_C_END
Definition: compat.h:56