blob: 9c6adb2fa44b27a5e2f98ddd918f428a91bf3b27 [file] [log] [blame]
// Copyright 2020 The Fuchsia 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 SRC_CONNECTIVITY_WEAVE_ADAPTATION_WEAVE_DEVICE_PLATFORM_EVENT_H_
#define SRC_CONNECTIVITY_WEAVE_ADAPTATION_WEAVE_DEVICE_PLATFORM_EVENT_H_
#include <Weave/DeviceLayer/WeaveDeviceEvent.h>
namespace nl {
namespace Weave {
namespace DeviceLayer {
/**
* Represents platform-specific event information for the Fuchsia platform.
*/
struct WeaveDevicePlatformEvent final {};
} // namespace DeviceLayer
} // namespace Weave
} // namespace nl
#endif // SRC_CONNECTIVITY_WEAVE_ADAPTATION_WEAVE_DEVICE_PLATFORM_EVENT_H_