1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-05 10:41:50 +00:00
Files
hypervisor/src/driver/globals.hpp
2022-12-25 18:00:21 +01:00

8 lines
87 B
C++

#pragma once
namespace globals
{
void run_constructors();
void run_destructors();
}