7 lines
77 B
C++
7 lines
77 B
C++
#pragma once
|
|
|
|
namespace Interrupts
|
|
{
|
|
void enable();
|
|
void disable();
|
|
} |