blob: 57827ce891a762c980b9ee6c7ada4b499db40c34 [file] [log] [blame]
// Copyright 2018 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_LIB_EDID_TIMINGS_H_
#define SRC_GRAPHICS_DISPLAY_LIB_EDID_TIMINGS_H_
#include <lib/stdcompat/span.h>
#include <cinttypes>
#include "src/graphics/display/lib/api-types-cpp/display-timing.h"
namespace edid::internal {
extern const cpp20::span<const display::DisplayTiming> kDmtDisplayTimings;
extern const cpp20::span<const display::DisplayTiming> kCtaDisplayTimings;
} // namespace edid::internal
#endif // SRC_GRAPHICS_DISPLAY_LIB_EDID_TIMINGS_H_