Files
esp-protocols/components/esp_modem/private_include/vfs_termial.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
342 B
C++
Raw Normal View History

/*
* SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
2021-05-26 15:57:25 +02:00
#pragma once
#include "cxx_include/esp_modem_dte.hpp"
struct esp_modem_dte_config;
2021-05-17 14:59:03 +02:00
namespace esp_modem {
std::unique_ptr<Terminal> create_vfs_terminal(const esp_modem_dte_config *config);
2021-05-17 14:59:03 +02:00
} // namespace esp_modem