mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 09:36:53 +07:00
64237470dd
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
|