summaryrefslogtreecommitdiff
path: root/src/basic/arphrd-list.h
blob: 5dcfe5e12d38693f40ebed88e3e252652693ac51 (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

const char *arphrd_to_name(int id);
int arphrd_from_name(const char *name);

int arphrd_max(void);