|
SimpleKernel 1.17.0
|
#include <cpu_io.h>#include <etl/singleton.h>#include <cstdint>#include "gic.h"#include "interrupt_base.h"#include "sk_stdio.h"
Go to the source code of this file.
Classes | |
| class | Interrupt |
| AArch64 中断控制器实现 More... | |
Typedefs | |
| using | InterruptSingleton = etl::singleton< Interrupt > |
| Interrupt 单例类型别名 | |
| using InterruptSingleton = etl::singleton<Interrupt> |
Interrupt 单例类型别名
Definition at line 117 of file interrupt.h.