commit | 94d59e3fae87c0e2e40e0d918b8e9f71789090bd | [log] [tgz] |
---|---|---|
author | Baocheng Su <baocheng.su@siemens.com> | Tue Feb 18 10:36:11 2025 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 28 08:41:54 2025 -0600 |
tree | 5001dbed502148f9db6d35c5d2342f9e558d8fd3 | |
parent | 5cb083e710cba4ef0e08f1b253372aee1d6f014c [diff] |
sysinfo: Add API for accessing data elements This commit introduces a new API to the sysinfo module, allowing access to data elements. This is particularly useful for handling data with multiple instances, such as MAC addresses. Signed-off-by: Baocheng Su <baocheng.su@siemens.com>