blob: 4f4204a521c623f15d41506d62046525586f00be [file] [log] [blame]
// Copyright 2019 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_OPENTHREAD_LIB_OT_RADIO_INCLUDE_LIB_OT_RADIO_OT_RADIO_H_
#define SRC_CONNECTIVITY_OPENTHREAD_LIB_OT_RADIO_INCLUDE_LIB_OT_RADIO_OT_RADIO_H_
#include <sys/types.h>
constexpr uint8_t kOtDeviceNrf52840 = 0;
constexpr uint8_t kOtDeviceNrf52811 = 1;
#endif // SRC_CONNECTIVITY_OPENTHREAD_LIB_OT_RADIO_INCLUDE_LIB_OT_RADIO_OT_RADIO_H_