#ifndef _SMBIOS_H #include <pshpack1.h> // // Cache Information (Type 7) // #define SMBIOS_CACHE_INFORMATION_TYPE ((UCHAR)7) #include <poppack.h> #endif View code on GitHub
No description available.