]> 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>
Wed, 7 Apr 2021 20:05:49 +0000 (15:05 -0500)
commitf689cb23b2782d0d0f586bcfabbad68f728ed1df
tree26fc8e87abb0405b056163c7937b9f20640ab46f
parenta29bff7a5216bd5f4a76228788e7eacf235004de
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
sys/dev/ipmi/ipmi_smbios.c
sys/dev/smbios/smbios.h