#ifndef _SMBIOS_H #include <pshpack1.h> // // Out-of-Band Remote Access (Type 30) // #define SMBIOS_OUT_OF_BAND_REMOTE_ACCESS_INFORMATION_TYPE ((UCHAR)30) #include <poppack.h> #endif View code on GitHub
No description available.