hackedteam/vector-edk

View on GitHub
vector-uefi/insyde/7zip/CPP/Windows/System.h

Summary

Maintainability
Test Coverage
// Windows/System.h

#ifndef __WINDOWS_SYSTEM_H
#define __WINDOWS_SYSTEM_H

#include "../Common/Types.h"

namespace NWindows {
namespace NSystem {

UInt32 GetNumberOfProcessors();
UInt64 GetRamSize();

}}

#endif