X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Futil.h;fp=src%2Futil.h;h=001aedcc8d06b122d72be9f5a9ad42ac5d93bb70;hb=21d237fda9d909bb9588d877f244431989917af7;hp=0000000000000000000000000000000000000000;hpb=dee0f6aebe2faae7f5b05136beec802b20740514;p=retrobench diff --git a/src/util.h b/src/util.h new file mode 100644 index 0000000..001aedc --- /dev/null +++ b/src/util.h @@ -0,0 +1,6 @@ +#ifndef UTIL_H_ +#define UTIL_H_ + +int mask_to_shift(unsigned int mask); + +#endif /* UTIL_H_ */