/*** Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved. File: HWInfo.hpp Date: 2021-6-19 Author: Reece ***/ #pragma once namespace Aurora::HWInfo { inline AuUInt32 gPageSize; template AuOptional QueryBsdHwStat(int id); void Init(); }