blob: 62c6885363b5fb62fd4f64d6f12b24c38501fcf5 [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 = "proto3";
package mist;
import "usb_modem_info.proto";
message Config {
repeated UsbModemInfo usb_modem_info = 1;
}