#ifndef _SMBIOS_H #include <pshpack1.h> // // Electrical Current Probe (Type 29) // #define SMBIOS_ELECTRICAL_CURRENT_PROBE_INFORMATION_TYPE ((UCHAR)29) #include <poppack.h> #endif View code on GitHub
No description available.