• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright (C) 2019 Allwinnertech Co.Ltd
3  * Authors: zhengwanyu
4  *
5  * This program is free software; you can redistribute  it and/or modify it
6  * under  the terms of  the GNU General  Public License as published by the
7  * Free Software Foundation;  either version 2 of the  License, or (at your
8  * option) any later version.
9  *
10  */
11 #ifndef _SUNXI_DRM_SYSFS_H_
12 #define _SUNXI_DRM_SYSFS_H_
13 
14 extern unsigned int drm_debug;
15 
16 int sunxi_drm_sysfs_init(struct drm_device *dev);
17 void sunxi_drm_sysfs_exit(struct drm_device *dev);
18 #endif
19