gsm_ppp.h 310 B

12345678910111213141516
  1. /*
  2. * Copyright (c) 2020 Endian Technologies AB
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #ifndef GSM_PPP_H_
  7. #define GSM_PPP_H_
  8. /** @cond INTERNAL_HIDDEN */
  9. struct device;
  10. void gsm_ppp_start(const struct device *dev);
  11. void gsm_ppp_stop(const struct device *dev);
  12. /** @endcond */
  13. #endif /* GSM_PPP_H_ */