initial commit!
This commit is contained in:
15
libs/libgccvb/interrupts.h
Normal file
15
libs/libgccvb/interrupts.h
Normal 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
|
||||
Reference in New Issue
Block a user