]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ipmi,smbios: move smbios_walk_table to smbios.h
authorGreg V <greg@unrelenting.technology>
Wed, 7 Apr 2021 20:05:49 +0000 (15:05 -0500)
committerEric van Gyzen <vangyzen@FreeBSD.org>
Thu, 3 Mar 2022 14:20:07 +0000 (08:20 -0600)
commit0ea19e39ff050b3267d17a4d5209349b77e0b28c
tree65f1cf719b1e4173fdbd97697a61e8f405794e3a
parent4cfd4d54822bae9794558c988bb59ca9039e9feb
ipmi,smbios: move smbios_walk_table to smbios.h

This function will be used for exposing DMI info as sysctls in the
smbios module (in an upcoming review).

While here, add __packed to the structs.

Reviewed by: dab
MFC after: 1 week
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D29270

(cherry picked from commit f689cb23b2782d0d0f586bcfabbad68f728ed1df)
sys/dev/ipmi/ipmi_smbios.c
sys/dev/smbios/smbios.h