1234567891011121314151617181920 |
- /* SPDX-License-Identifier: GPL-2.0-or-later */
- /*
- * Copyright (C) 2016 BayLibre, SAS
- * Author: Neil Armstrong <[email protected]>
- * Copyright (C) 2014 Endless Mobile
- *
- * Written by:
- * Jasper St. Pierre <[email protected]>
- */
- #ifndef __MESON_CRTC_H
- #define __MESON_CRTC_H
- #include "meson_drv.h"
- int meson_crtc_create(struct meson_drm *priv);
- void meson_crtc_irq(struct meson_drm *priv);
- #endif /* __MESON_CRTC_H */
|