fwupd/plugins/redfish/fu-redfish-network.h
Richard Hughes ad825eac24 redfish: Allow discovery of Redfish BMCs specified by VID-PID or MAC
Also, allow overriding the data using the config file.
2021-07-06 17:13:16 +01:00

16 lines
343 B
C

/*
* Copyright (C) 2021 Richard Hughes <richard@hughsie.com>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#include <gio/gio.h>
gchar *fu_redfish_network_ip_for_mac_addr (const gchar *mac_addr,
GError **error);
gchar *fu_redfish_network_ip_for_vid_pid (guint16 vid,
guint16 pid,
GError **error);