#include "CmosRWImpl.h"
Go to the source code of this file.
Namespaces | |
namespace | cmos |
namespace | std |
Defines | |
#define | LIBSMBIOS_SOURCE |
Functions | |
void | readByteArray (const ICmosRW &cmos, u32 indexPort, u32 dataPort, u32 offset, u8 *target, u32 count) |
void | writeByteArray (const ICmosRW &cmos, u32 indexPort, u32 dataPort, u32 offset, const u8 *source, u32 count) |
#define LIBSMBIOS_SOURCE |
Definition at line 19 of file CmosRW.cpp.