feat(eppp): Add support for transport via Ethernet link

This commit is contained in:
David Cermak
2024-07-25 13:30:55 +02:00
parent 03dd8006b2
commit a21ce883ef
12 changed files with 220 additions and 10 deletions

View File

@@ -63,6 +63,7 @@ typedef enum eppp_transport {
EPPP_TRANSPORT_UART,
EPPP_TRANSPORT_SPI,
EPPP_TRANSPORT_SDIO,
EPPP_TRANSPORT_ETHERNET,
} eppp_transport_t;