Log arguments were hardcoded to u32_t values. On 64-bit systems, this is rather restrictive. To make things clear, arguments now have their own type, log_arg_t, which now can be adjusted in only one location if need be. It is currently defined as unsigned long whose effective width is equivalent to u32_t on 32-bit systems, and u64_t on 64-bit systems. Signed-off-by: Nicolas Pitre <npitre@baylibre.com> |
||
|---|---|---|
| .. | ||
| log_backend.h | ||
| log_core.h | ||
| log_ctrl.h | ||
| log_instance.h | ||
| log_msg.h | ||
| log_output.h | ||
| log.h | ||