Changelog

Latest Changes

Branch:
develop
Commit:

8e1508b

  • drivers: eth: eth_linux: Include endian.h for byte order functions by Yasushi SHOJI at 2026-01-29 10:15:45

    Explicitly include <endian.h> when using be16toh and related functions. While GNU Libc may pull it in indirectly, the be16toh(3) man page specifies that <endian.h> should be included directly. Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>