Sign in
coral
/
linux-mtk
/
01a1ca9795d04909e84cb860fa586f56f4b24df8
/
.
/
net
/
rds
/
loop.h
blob: bbc8cdd030df3137ea250578cb3d429a86fd68f2 [
file
] [
log
] [
blame
]
/* 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