11 lines
183 B
C
11 lines
183 B
C
#pragma once
|
|
|
|
#include <glacier/memory/ref_ptr.h>
|
|
|
|
#include "object/port.h"
|
|
|
|
void InitIdt();
|
|
|
|
void UpdateFaultHandlersToIst1();
|
|
|
|
void RegisterPciPort(const glcr::RefPtr<Port>& port);
|