summaryrefslogtreecommitdiff
path: root/mali_pixel/mali_pixel_mod.h
blob: 0f5f0d3744bd929e4285e264ef18113ff1991741 (plain)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: GPL-2.0

#include <linux/platform_device.h>

#ifdef CONFIG_MALI_MEMORY_GROUP_MANAGER
extern struct platform_driver memory_group_manager_driver;
#endif

#ifdef CONFIG_MALI_PRIORITY_CONTROL_MANAGER
extern struct platform_driver priority_control_manager_driver;
#endif