match c_keyframe.c

This commit is contained in:
Prakxo
2023-06-07 07:36:52 +00:00
parent 06be0cda80
commit d5408a41db
8 changed files with 1297 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef SYS_STACKS_H
#define SYS_STACKS_H
#include "types.h"
extern u8 graphStack[];
extern u8 padmgrStack[];
extern u8 irqmgrStack[];
#endif