Luna/kernel/include/interrupts/Install.h
2022-09-05 16:13:51 +02:00

7 lines
78 B
C++

#pragma once
#include <stdint.h>
namespace Interrupts
{
void install();
}