blob: 3324a45dbda8eebd4916fdfa282be5267a768885 [file] [log] [blame]
Sylvain Munaut70c10f02022-01-12 11:58:34 +01001/*
2 * usb_gps.h
3 *
4 * Copyright (C) 2019-2022 Sylvain Munaut <tnt@246tNt.com>
5 * SPDX-License-Identifier: GPL-3.0-or-later
6 */
7
8#pragma once
9
10void usb_gps_puts(const char *str);
11
12void usb_gps_poll(void);
13void usb_gps_init(void);