1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Phonet sockets kernel interface
7 * Copyright (C) 2008 Nokia Corporation. All rights reserved.
10 #define LINUX_PHONET_H
12 #include <uapi/linux/phonet.h>
14 #define SIOCPNGAUTOCONF (SIOCDEVPRIVATE + 0)
16 struct if_phonet_autoconf {
20 struct if_phonet_req {
21 char ifr_phonet_name[16];
23 struct if_phonet_autoconf ifru_phonet_autoconf;
26 #define ifr_phonet_autoconf ifr_ifru.ifru_phonet_autoconf