生成代码包

This commit is contained in:
2026-09-09 10:29:41 +08:00
commit 900c5339e2
905 changed files with 216635 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
#ifndef CPU_IRQ_H
#define CPU_IRQ_H
#include "asm/hwi.h"
#ifdef CONFIG_HWI_DEBUG
#define ___interrupt
#else
#define ___interrupt __attribute__((interrupt("")))
#endif
#endif