Systemd/src/basic/arphrd-list.h
2020-11-09 13:23:58 +09:00

6 lines
139 B
C

/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
const char *arphrd_to_name(int id);
int arphrd_from_name(const char *name);