cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

sprd_drm.h (347B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * Copyright (C) 2020 Unisoc Inc.
      4 */
      5
      6#ifndef _SPRD_DRM_H_
      7#define _SPRD_DRM_H_
      8
      9#include <drm/drm_atomic.h>
     10#include <drm/drm_print.h>
     11
     12struct sprd_drm {
     13	struct drm_device drm;
     14};
     15
     16extern struct platform_driver sprd_dpu_driver;
     17extern struct platform_driver sprd_dsi_driver;
     18
     19#endif /* _SPRD_DRM_H_ */