Luna/kernel/include/interrupts/Install.h

7 lines
78 B
C
Raw Normal View History

2022-09-05 14:13:51 +00:00
#pragma once
#include <stdint.h>
namespace Interrupts
{
void install();
}