15 lines
205 B
C
15 lines
205 B
C
#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 |