libhwjpeg: resolve compilation errors
[GitHub/LineageOS/android_hardware_samsung_slsi_exynos.git] / libvppdisplay_tiny / ExynosPrimaryDisplay.h
1 #ifndef EXYNOS_DISPLAY_MODULE_H
2 #define EXYNOS_DISPLAY_MODULE_H
3
4 #include "ExynosOverlayDisplay.h"
5
6 class ExynosPrimaryDisplay : public ExynosOverlayDisplay {
7 public:
8 ExynosPrimaryDisplay(int numGSCs, struct exynos5_hwc_composer_device_1_t *pdev);
9 ~ExynosPrimaryDisplay();
10
11 };
12
13 #endif