#ifndef __VI_H__ #define __VI_H__ #include "dolphin/types.h" typedef void (*VIRetraceCallback)(u32); #endif