blob: bbcdb0a767d87de802237b503a75716f99a3b0aa [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
Remi Denis-Courmont5f770762008-09-22 20:08:04 -070013extern struct header_ops phonet_header_ops;
14#endif