2008-09-23 02:51:15 +00:00
|
|
|
/*
|
|
|
|
* File: if_phonet.h
|
|
|
|
*
|
|
|
|
* Phonet interface kernel definitions
|
|
|
|
*
|
|
|
|
* Copyright (C) 2008 Nokia Corporation. All rights reserved.
|
|
|
|
*/
|
2008-10-01 08:30:19 +00:00
|
|
|
#ifndef LINUX_IF_PHONET_H
|
|
|
|
#define LINUX_IF_PHONET_H
|
2008-09-23 02:51:15 +00:00
|
|
|
|
2012-10-13 09:46:48 +00:00
|
|
|
#include <uapi/linux/if_phonet.h>
|
2008-09-23 03:08:04 +00:00
|
|
|
|
|
|
|
extern struct header_ops phonet_header_ops;
|
|
|
|
#endif
|