blob: 182b32371c6153c54e29de0e78e42d0d8fe03d46 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001see ../README.txt for stuff affecting crio and atom code
2
3[NOTES]
4The assumption that sizeof(pointers) == sizeof(int) == sizeof(UINT32) == sizeof(uint32_t) == 4 is all over the crio code. The vxworks apis use UINT32 to pass user-defined arguments, and just passing pointers through those makes the code a lot simpler.
5