AuroraRuntime/Source/HWInfo/AuHWInfo.hpp

17 lines
306 B
C++
Raw Normal View History

2021-06-27 21:25:29 +00:00
/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
2022-11-17 07:46:07 +00:00
File: AuHWInfo.hpp
2021-06-27 21:25:29 +00:00
Date: 2021-6-19
Author: Reece
***/
#pragma once
namespace Aurora::HWInfo
{
inline AuUInt32 gPageSize;
template<typename T>
AuOptional<T> QueryBsdHwStat(int id);
void Init();
}