blob: ee6dc5b2371d15d33a42c68113738c245679cc4a [file] [log] [blame]
// Copyright 2018 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.
#ifndef DIAGNOSTICS_WILCO_DTC_SUPPORTD_EC_CONSTANTS_H_
#define DIAGNOSTICS_WILCO_DTC_SUPPORTD_EC_CONSTANTS_H_
#include <cstdint>
namespace diagnostics {
extern const char kEcDriverSysfsPath[];
extern const char kEcDriverSysfsPropertiesPath[];
extern const int64_t kEcGetTelemetryPayloadMaxSize;
extern const char kEcGetTelemetryFilePath[];
extern const char kEcEventFilePath[];
extern const int16_t kEcEventFilePollEvents;
extern const char kEcPropertyGlobalMicMuteLed[];
extern const char kEcPropertyFnLock[];
extern const char kEcPropertyNic[];
extern const char kEcPropertyExtUsbPortEn[];
extern const char kEcPropertyWirelessSwWlan[];
extern const char kEcPropertyAutoBootOnTrinityDockAttach[];
extern const char kEcPropertyIchAzaliaEn[];
extern const char kEcPropertySignOfLifeKbbl[];
} // namespace diagnostics
#endif // DIAGNOSTICS_WILCO_DTC_SUPPORTD_EC_CONSTANTS_H_