blob: 9081ad79156f25eec2f862d3860b08f86442b4d5 [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 SYSROOT_ZIRCON_DEVICE_DISPLAY_CONTROLLER_H_
#define SYSROOT_ZIRCON_DEVICE_DISPLAY_CONTROLLER_H_
#include <stdint.h>
#include <zircon/types.h>
#define IMAGE_TYPE_SIMPLE UINT32_C(0)
#define INVALID_ID 0
#endif // SYSROOT_ZIRCON_DEVICE_DISPLAY_CONTROLLER_H_