|
From: Sugizaki Y. <i.c...@gm...> - 2015-10-14 00:41:52
|
Hello. Sorry in advance if I'm wrong. I'm writing ioctl wrappers for Broadcom BCM2708/BCM2709 for valgrind. There are some headers from Broadcom which declare types, variables, etc., but I need to add VKI_ prefixes to all types, variables, etc. in the headers (such as _IOWR() -> _VKI_IOWR()). I think I can port them easily if I could use _IOWR() rather than _VKI_IOWR() in valgrind. Why does valgrind redefine the types, variables, etc. with VKI_ prefix? What are merits for this? Regards, Akane. |