mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Signed-off-by: Lin Zhang <xiaolou4617@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
14 lines
280 B
C
14 lines
280 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 const struct header_ops phonet_header_ops;
|
|
#endif
|