blob: a1f76def87aa7795ada94f43ca81e660b2b2f84b [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.
*/
/*
* qmidms: QMI calls on DMS (Device Management Service).
*
* (See qmictl.c for sources.)
*/
#ifndef LIBQMI_QMIDMS_H
#define LIBQMI_QMIDMS_H
#include <stdint.h>
#include "qmidev.h"
struct service qmidms_service;
#endif /* LIBQMI_QMIDMS_H */