1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 2 /* 3 * File: pep_gprs.h 3 * File: pep_gprs.h 4 * 4 * 5 * GPRS over Phonet pipe end point socket 5 * GPRS over Phonet pipe end point socket 6 * 6 * 7 * Copyright (C) 2008 Nokia Corporation. 7 * Copyright (C) 2008 Nokia Corporation. 8 * 8 * 9 * Author: Rémi Denis-Courmont 9 * Author: Rémi Denis-Courmont 10 */ 10 */ 11 11 12 #ifndef NET_PHONET_GPRS_H 12 #ifndef NET_PHONET_GPRS_H 13 #define NET_PHONET_GPRS_H 13 #define NET_PHONET_GPRS_H 14 14 15 struct sock; 15 struct sock; 16 struct sk_buff; 16 struct sk_buff; 17 17 18 int pep_writeable(struct sock *sk); 18 int pep_writeable(struct sock *sk); 19 int pep_write(struct sock *sk, struct sk_buff 19 int pep_write(struct sock *sk, struct sk_buff *skb); 20 struct sk_buff *pep_read(struct sock *sk); 20 struct sk_buff *pep_read(struct sock *sk); 21 21 22 int gprs_attach(struct sock *sk); 22 int gprs_attach(struct sock *sk); 23 void gprs_detach(struct sock *sk); 23 void gprs_detach(struct sock *sk); 24 24 25 #endif 25 #endif 26 26
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.