SVP stubs
[picodrive.git] / Pico / carthw / svp / svp.c
1 #include "../../PicoInt.h"
2
3 void PicoSVPInit(void)
4 {
5   elprintf(0xffff, "SVP");
6 }
7