mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 11:38:31 +01:00
13 lines
235 B
C
13 lines
235 B
C
/* 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
|