genode/base/include/64bit/base
Norman Feske d3e8328089 Unify uint64_t among 32-bit and 64-bit platforms
On both 32-bit and 64-bit platforms, 'uint64_t' can be defined as
'unsigned long long', which is the type expected by the %llx
format-string specifier. By unifying the type definitions, we resolve
warnings about unmatching type specifiers. This patch also removes
redundant words from the typedefs.
2012-08-16 13:32:56 +02:00
..
fixed_stdint.h Unify uint64_t among 32-bit and 64-bit platforms 2012-08-16 13:32:56 +02:00