|
GadgetSeed
0.9.6
|
仮想割り込みハンドラ [詳解]
#include "sysconfig.h"#include "interrupt.h"#include "tkprintf.h"#include "task/tcb.h"#include "asm-emu.h"#include <stdio.h>#include <unistd.h>#include <string.h>#include <signal.h>#include <stdlib.h>
マクロ定義 | |
| #define | INPRINTF(x, ...) |
変数 | |
| struct st_tcb * | run_task |
| volatile int | flg_interrput_proc = 0 |