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