blob: a118ee4a842814acb81bf83585cd5c5651559451 [file] [log] [blame]
Remi Denis-Courmontbce7b152008-09-22 19:51:15 -07001/*
2 * File: if_phonet.h
3 *
4 * Phonet interface kernel definitions
5 *
6 * Copyright (C) 2008 Nokia Corporation. All rights reserved.
7 */
Remi Denis-Courmont6e50e8a2008-10-01 01:30:19 -07008#ifndef LINUX_IF_PHONET_H
9#define LINUX_IF_PHONET_H
Remi Denis-Courmontbce7b152008-09-22 19:51:15 -070010
David Howells607ca462012-10-13 10:46:48 +010011#include <uapi/linux/if_phonet.h>
Remi Denis-Courmont5f770762008-09-22 20:08:04 -070012
Lin Zhang64237472017-10-06 01:37:29 +080013extern const struct header_ops phonet_header_ops;
Remi Denis-Courmont5f770762008-09-22 20:08:04 -070014#endif