7 lines
108 B
C++
7 lines
108 B
C++
#pragma once
|
|
#include "SavedContext.h"
|
|
|
|
namespace IRQ
|
|
{
|
|
void interrupt_handler(SavedContext* context);
|
|
} |