mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Add initial IGMP handling via ASIC
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef _RTL837X_IGMP_H_
|
||||
#define _RTL837X_IGMP_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void igmp_setup(void) __banked;
|
||||
void igmp_enable(void) __banked;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user