blob: 3b5c60da2e2abe6117afd8c10eb1e7dca3eaa588 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Remi Denis-Courmontbce7b152008-09-22 19:51:15 -07002/*
3 * File: if_phonet.h
4 *
5 * Phonet interface kernel definitions
6 *
7 * Copyright (C) 2008 Nokia Corporation. All rights reserved.
8 */
Remi Denis-Courmont6e50e8a2008-10-01 01:30:19 -07009#ifndef LINUX_IF_PHONET_H
10#define LINUX_IF_PHONET_H
Remi Denis-Courmontbce7b152008-09-22 19:51:15 -070011
David Howells607ca462012-10-13 10:46:48 +010012#include <uapi/linux/if_phonet.h>
Remi Denis-Courmont5f770762008-09-22 20:08:04 -070013
Remi Denis-Courmont5f770762008-09-22 20:08:04 -070014extern struct header_ops phonet_header_ops;
15#endif