]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/basic/arphrd-list.h
basic: add log_level argument to timezone_is_valid
[thirdparty/systemd.git] / src / basic / arphrd-list.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 This file is part of systemd.
6
7 Copyright 2014 Lennart Poettering
8 ***/
9
10 const char *arphrd_to_name(int id);
11 int arphrd_from_name(const char *name);
12
13 int arphrd_max(void);