summaryrefslogtreecommitdiff
path: root/mali_pixel/mali_pixel_mod.h
blob: 3a43c9ec557ae233bff037613cfdef0e32c81334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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

#ifdef CONFIG_MALI_PROTECTED_MEMORY_ALLOCATOR
extern struct platform_driver protected_memory_allocator_driver;
#endif

#ifdef CONFIG_MALI_PIXEL_STATS
extern int mali_pixel_init_pixel_stats(void);
#endif