blob: 441f547a43d8451903ee0f796cffdb83e9816418 [file] [log] [blame]
// Copyright (c) 2013 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.
syntax = "proto2";
package mist;
import "usb_modem_info.proto";
message Config {
repeated UsbModemInfo usb_modem_info = 1;
}