blob: aae56bc88c6e09ae469fb65e6280d837b687d1bc [file] [log] [blame] [raw]
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
const char *arphrd_to_name(int id);
int arphrd_from_name(const char *name);