Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * File: if_phonet.h
0004  *
0005  * Phonet interface kernel definitions
0006  *
0007  * Copyright (C) 2008 Nokia Corporation. All rights reserved.
0008  */
0009 #ifndef LINUX_IF_PHONET_H
0010 #define LINUX_IF_PHONET_H
0011 
0012 #include <uapi/linux/if_phonet.h>
0013 
0014 extern const struct header_ops phonet_header_ops;
0015 #endif