blob: dd386a96bc37ae81553b32169d46ec60ab266a42 [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 {
enum WeaveDevicePlatformEventType {
kShutdownRequest = DeviceEventType::kRange_PublicPlatformSpecific,
};
/**
* 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_