OSDN Git Service

Merge "Merge android-4.4-p.198 (dbd0162) into msm-4.4"
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / include / net / rmnet_config.h
1 /*
2  * Copyright (c) 2016, The Linux Foundation. All rights reserved.
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 2 and
6  * only version 2 as published by the Free Software Foundation.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11  * GNU General Public License for more details.
12  *
13  * RMNET Data config definition
14  *
15  */
16
17 #ifndef _RMNET_CONFIG_H_
18 #define _RMNET_CONFIG_H_
19
20 #include <linux/skbuff.h>
21
22 struct rmnet_phys_ep_conf_s {
23         void (*recycle)(struct sk_buff *); /* Destruct function */
24         void *config;
25 };
26
27 #endif /* _RMNET_CONFIG_H_ */