mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-27 06:39:22 +00:00
d3e8328089
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.
This directory contains include files of interfaces that are exported by components to be used by other components. Each subdirectory corresponds to the component exporting the interface.