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