X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Futil.h;h=bba0ac8d48618f52e2413ce902f74303c81f6979;hb=fb94d0fa89684121874bb3a4b0cb51172cab4a90;hp=e5f37849433860bf5e11670ee926890330284c9f;hpb=e2ed633cc1ea03fcc73d862adfc154cbfb3a537c;p=gbajam21 diff --git a/src/util.h b/src/util.h index e5f3784..bba0ac8 100644 --- a/src/util.h +++ b/src/util.h @@ -19,4 +19,8 @@ } while(0) +void fillblock_16byte(void *dest, uint32_t val, int count); + +uint32_t get_pc(void); + #endif /* UTIL_H_ */