mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-05-19 13:16:55 +00:00

Signed-off-by: Lin Zhang <xiaolou4617@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
15 lines
280 B
C
15 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
|