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