feat(eppp): Introduced ESP-PPP-Link component

This commit is contained in:
David Cermak
2023-12-21 13:34:45 +01:00
parent 9b7c8755e9
commit a7610395ef
10 changed files with 849 additions and 1 deletions

View File

@ -0,0 +1,9 @@
/*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
esp_netif_t *eppp_connect(void);
esp_netif_t *eppp_listen(void);