import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / gpu / mt8127 / mali / mali / linux / mali_kernel_sysfs.h
1 /*
2 * This confidential and proprietary software may be used only as
3 * authorised by a licensing agreement from ARM Limited
4 * (C) COPYRIGHT 2011-2013 ARM Limited
5 * ALL RIGHTS RESERVED
6 * The entire notice above must be reproduced on all authorised
7 * copies and copies may only be made to the extent permitted
8 * by a licensing agreement from ARM Limited.
9 */
10
11 #ifndef __MALI_KERNEL_SYSFS_H__
12 #define __MALI_KERNEL_SYSFS_H__
13
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17
18 #include <linux/device.h>
19
20 #define MALI_PROC_DIR "driver/mali"
21
22 int mali_sysfs_register(const char *mali_dev_name);
23 int mali_sysfs_unregister(void);
24
25 #ifdef __cplusplus
26 }
27 #endif
28
29 #endif /* __MALI_KERNEL_LINUX_H__ */