#include "smbios/compat.h"#include <stdio.h>#include <errno.h>#include <string.h>#include "CmosRWImpl.h"
Go to the source code of this file.
Namespaces | |
| namespace | cmos |
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 20 of file CmosRW.cpp.
1.7.1