mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 02:07:27 +02:00
feat(eppp): Introduced ESP-PPP-Link component
This commit is contained in:
9
components/eppp_link/include/eppp_link.h
Normal file
9
components/eppp_link/include/eppp_link.h
Normal 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);
|
Reference in New Issue
Block a user