mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-25 11:49:34 +01:00
12 lines
277 B
C
12 lines
277 B
C
|
|
/*
|
||
|
|
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
|
*/
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "eppp_link.h"
|
||
|
|
|
||
|
|
eppp_transport_handle_t eppp_spi_init(struct eppp_config_spi_s *config);
|
||
|
|
void eppp_spi_deinit(eppp_transport_handle_t h);
|