blob: b98bfe045c924aa848edd6971248f4a86b21d495 [file] [log] [blame]
// Copyright 2021 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.
#include "ft_firmware.h"
namespace ft {
const FirmwareEntry kFirmwareEntries[] = {};
const size_t kNumFirmwareEntries = 0;
} // namespace ft