ffb.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /* ffb.h -- ffb DRM template customization -*- linux-c -*-
  2.  */
  3. #ifndef __FFB_H__
  4. #define __FFB_H__
  5. /* This remains constant for all DRM template files.
  6.  */
  7. #define DRM(x) ffb_##x
  8. /* General customization:
  9.  */
  10. #define __HAVE_KERNEL_CTX_SWITCH 1
  11. #define __HAVE_RELEASE 1
  12. #endif