blob: ee7a0ac182248da8890bf485b4f7117096f0ff18 [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.
#ifndef SRC_GRAPHICS_DISPLAY_DRIVERS_DISPLAY_ELD_H_
#define SRC_GRAPHICS_DISPLAY_DRIVERS_DISPLAY_ELD_H_
#include <lib/edid/edid.h>
#include <fbl/array.h>
namespace display {
void ComputeEld(const edid::Edid& edid, fbl::Array<uint8_t>& out_eld);
} // namespace display
#endif // SRC_GRAPHICS_DISPLAY_DRIVERS_DISPLAY_ELD_H_