blob: f6dc12d0893747e523b2ee302a440a0926a5224e [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 GARNET_BIN_GUEST_VMM_DEVICE_GPU_H_
#define GARNET_BIN_GUEST_VMM_DEVICE_GPU_H_
#include <stdint.h>
static constexpr uint32_t kGpuStartupWidth = 1280;
static constexpr uint32_t kGpuStartupHeight = 720;
#endif // GARNET_BIN_GUEST_VMM_DEVICE_GPU_H_