#pragma once
#include <stdint.h>

namespace Interrupts
{
    void install();
}