mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
10 lines
145 B
C
10 lines
145 B
C
#ifndef _RTL837X_IGMP_H_
|
|
#define _RTL837X_IGMP_H_
|
|
|
|
#include <stdint.h>
|
|
|
|
void igmp_setup(void) __banked;
|
|
void igmp_enable(void) __banked;
|
|
|
|
#endif
|