1 /* SPDX-License-Identifier: GPL-2.0-only */ << 2 /* 1 /* 3 * File: pep_gprs.h 2 * File: pep_gprs.h 4 * 3 * 5 * GPRS over Phonet pipe end point socket 4 * GPRS over Phonet pipe end point socket 6 * 5 * 7 * Copyright (C) 2008 Nokia Corporation. 6 * Copyright (C) 2008 Nokia Corporation. 8 * 7 * 9 * Author: Rémi Denis-Courmont 8 * Author: Rémi Denis-Courmont >> 9 * >> 10 * This program is free software; you can redistribute it and/or >> 11 * modify it under the terms of the GNU General Public License >> 12 * version 2 as published by the Free Software Foundation. >> 13 * >> 14 * This program is distributed in the hope that it will be useful, but >> 15 * WITHOUT ANY WARRANTY; without even the implied warranty of >> 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU >> 17 * General Public License for more details. >> 18 * >> 19 * You should have received a copy of the GNU General Public License >> 20 * along with this program; if not, write to the Free Software >> 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA >> 22 * 02110-1301 USA 10 */ 23 */ 11 24 12 #ifndef NET_PHONET_GPRS_H 25 #ifndef NET_PHONET_GPRS_H 13 #define NET_PHONET_GPRS_H 26 #define NET_PHONET_GPRS_H 14 27 15 struct sock; 28 struct sock; 16 struct sk_buff; 29 struct sk_buff; 17 30 18 int pep_writeable(struct sock *sk); 31 int pep_writeable(struct sock *sk); 19 int pep_write(struct sock *sk, struct sk_buff 32 int pep_write(struct sock *sk, struct sk_buff *skb); 20 struct sk_buff *pep_read(struct sock *sk); 33 struct sk_buff *pep_read(struct sock *sk); 21 34 22 int gprs_attach(struct sock *sk); 35 int gprs_attach(struct sock *sk); 23 void gprs_detach(struct sock *sk); 36 void gprs_detach(struct sock *sk); 24 37 25 #endif 38 #endif 26 39
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.