mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-10-31 18:09:19 +00:00
607ca46e97
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
14 lines
274 B
C
14 lines
274 B
C
/*
|
|
* File: if_phonet.h
|
|
*
|
|
* Phonet interface kernel definitions
|
|
*
|
|
* Copyright (C) 2008 Nokia Corporation. All rights reserved.
|
|
*/
|
|
#ifndef LINUX_IF_PHONET_H
|
|
#define LINUX_IF_PHONET_H
|
|
|
|
#include <uapi/linux/if_phonet.h>
|
|
|
|
extern struct header_ops phonet_header_ops;
|
|
#endif
|