8 lines
130 B
C
8 lines
130 B
C
#pragma once
|
|
|
|
#include "lib/ref_ptr.h"
|
|
#include "object/port.h"
|
|
|
|
void InitIdt();
|
|
|
|
void RegisterPciPort(const RefPtr<Port>& port);
|