mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-05 18:51:53 +00:00
Support global constructors/destructors
This commit is contained in:
7
src/driver/globals.hpp
Normal file
7
src/driver/globals.hpp
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
namespace globals
|
||||
{
|
||||
void run_constructors();
|
||||
void run_destructors();
|
||||
}
|
Reference in New Issue
Block a user