meson_overlay.h 295 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2018 BayLibre, SAS
  4. * Author: Neil Armstrong <narmstrong@baylibre.com>
  5. */
  6. #ifndef __MESON_OVERLAY_H
  7. #define __MESON_OVERLAY_H
  8. #include "meson_drv.h"
  9. int meson_overlay_create(struct meson_drm *priv);
  10. #endif /* __MESON_OVERLAY_H */