Add initial IGMP handling via ASIC

This commit is contained in:
logicog
2025-08-29 17:23:14 +02:00
parent 739ab5ef40
commit 963d53335c
4 changed files with 68 additions and 1 deletions
+9
View File
@@ -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