7 lines
78 B
C
Raw Normal View History

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