On 05/24/2011 01:56 PM, Pekka Enberg wrote:
> If uint64_t is defined differently than u64, you won't be able to pass it by
> reference if an external library expects it.
Oh, the sizes must be the same for obvious reasons so that shouldn't
be a problem and it's better to do the casting in the external API
calls than in core code.
Be careful about unsigned long vs. unsigned long long. If you want to
use the u64 spelling that's fine, but I would use a custom header that
defines it from uint64_t.
Paolo
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html