SimpleKernel 1.17.0
Loading...
Searching...
No Matches
interrupt.h File Reference
#include <cpu_io.h>
#include <etl/singleton.h>
#include <array>
#include <cstdint>
#include "interrupt_base.h"
#include "plic.h"
#include "sk_stdio.h"
Include dependency graph for interrupt.h:

Go to the source code of this file.

Classes

class  Interrupt
 AArch64 中断控制器实现 More...
 

Typedefs

using InterruptSingleton = etl::singleton< Interrupt >
 

Typedef Documentation

◆ InterruptSingleton

using InterruptSingleton = etl::singleton<Interrupt>

Definition at line 101 of file interrupt.h.