mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
24
net/rds/rdma_transport.h
Normal file
24
net/rds/rdma_transport.h
Normal file
|
@ -0,0 +1,24 @@
|
|||
#ifndef _RDMA_TRANSPORT_H
|
||||
#define _RDMA_TRANSPORT_H
|
||||
|
||||
#include <rdma/ib_verbs.h>
|
||||
#include <rdma/rdma_cm.h>
|
||||
#include "rds.h"
|
||||
|
||||
#define RDS_RDMA_RESOLVE_TIMEOUT_MS 5000
|
||||
|
||||
int rds_rdma_conn_connect(struct rds_connection *conn);
|
||||
int rds_rdma_cm_event_handler(struct rdma_cm_id *cm_id,
|
||||
struct rdma_cm_event *event);
|
||||
|
||||
/* from ib.c */
|
||||
extern struct rds_transport rds_ib_transport;
|
||||
int rds_ib_init(void);
|
||||
void rds_ib_exit(void);
|
||||
|
||||
/* from iw.c */
|
||||
extern struct rds_transport rds_iw_transport;
|
||||
int rds_iw_init(void);
|
||||
void rds_iw_exit(void);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue