Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
gsm_ppp.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2020 Endian Technologies AB
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef GSM_PPP_H_
8#define GSM_PPP_H_
9
11struct device;
12void gsm_ppp_start(const struct device *dev);
13void gsm_ppp_stop(const struct device *dev);
16#endif /* GSM_PPP_H_ */
Runtime device structure (in ROM) per driver instance.
Definition: device.h:367