repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
[linux-2.6.git]
/
include
/
linux
/
if_phonet.h
blob
bbcdb0a767d87de802237b503a75716f99a3b0aa
1
/*
2
* File: if_phonet.h
3
*
4
* Phonet interface kernel definitions
5
*
6
* Copyright (C) 2008 Nokia Corporation. All rights reserved.
7
*/
8
#ifndef LINUX_IF_PHONET_H
9
#define LINUX_IF_PHONET_H
10
11
#include <uapi/linux/if_phonet.h>
12
13
extern
struct
header_ops phonet_header_ops
;
14
#endif