initial commit!

This commit is contained in:
2026-02-19 23:28:57 +01:00
parent b0d594a9c0
commit 2a36117c25
1558 changed files with 74163 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#ifndef _LIBGCCVB_INTERRUPTS_H_
#define _LIBGCCVB_INTERRUPTS_H_
#include "types.h"
extern u32 keyVector;
extern u32 timVector;
extern u32 croVector;
extern u32 comVector;
extern u32 vpuVector;
#endif