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