7 lines
78 B
C
7 lines
78 B
C
|
#pragma once
|
||
|
#include <stdint.h>
|
||
|
|
||
|
namespace Interrupts
|
||
|
{
|
||
|
void install();
|
||
|
}
|