acadia/zion/interrupt/interrupt.h
Drew Galbraith 0f0e39d1e9 Further parse AHCI information.
Send an IDENTIFY command to each drive and set up a hook to handle
interrupts.
2023-06-12 19:20:51 -07:00

8 lines
130 B
C

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