Release 4.18 net/rds/loop.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _RDS_LOOP_H
#define _RDS_LOOP_H
/* loop.c */
extern struct rds_transport rds_loop_transport;
int rds_loop_net_init(void);
void rds_loop_net_exit(void);
void rds_loop_exit(void);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Andy Grover | 20 | 60.61% | 1 | 33.33% |
Sowmini Varadhan | 12 | 36.36% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 3.03% | 1 | 33.33% |
Total | 33 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.