sde_rotator_r1.h 324 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef __SDE_ROTATOR_R1_H__
  6. #define __SDE_ROTATOR_R1_H__
  7. #include <linux/types.h>
  8. #include "sde_rotator_core.h"
  9. int sde_rotator_r1_init(struct sde_rot_mgr *mgr);
  10. #endif /* __SDE_ROTATOR_R1_H__ */