blob: 2e652cfb80e3cd9b5a10a28af77a07c29a84f141 [file] [log] [blame]
/*
* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/*
* qmiwds: QMI calls on WDS (Wireless Data Service)
*
* (See qmiwds.c for sources.)
*/
#ifndef LIBQMI_QMIWDS_H
#define LIBQMI_QMIWDS_H
#include <stdint.h>
#include "qmidev.h"
struct service qmiwds_service;
#endif /* LIBQMI_QMIWDS_H */