2023-05-17 22:54:37 -07:00
|
|
|
#pragma once
|
|
|
|
|
2023-06-21 15:07:40 -07:00
|
|
|
#include <glacier/memory/ref_ptr.h>
|
|
|
|
|
2023-06-12 19:20:51 -07:00
|
|
|
#include "object/port.h"
|
|
|
|
|
2023-05-17 22:54:37 -07:00
|
|
|
void InitIdt();
|
2023-06-12 19:20:51 -07:00
|
|
|
|
2023-08-01 23:11:12 -07:00
|
|
|
void UpdateFaultHandlersToIst1();
|