i915_ioctl.h 285 B

1234567891011121314
  1. /* SPDX-License-Identifier: MIT */
  2. /*
  3. * Copyright © 2022 Intel Corporation
  4. */
  5. #ifndef __I915_IOCTL_H__
  6. #define __I915_IOCTL_H__
  7. struct drm_device;
  8. struct drm_file;
  9. int i915_reg_read_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
  10. #endif /* __I915_IOCTL_H__ */