URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [char/] [drm/] [ffb.h] - Rev 1275
Go to most recent revision | Compare with Previous | Blame | View Log
/* ffb.h -- ffb DRM template customization -*- linux-c -*- */ #ifndef __FFB_H__ #define __FFB_H__ /* This remains constant for all DRM template files. */ #define DRM(x) ffb_##x /* General customization: */ #define __HAVE_KERNEL_CTX_SWITCH 1 #define __HAVE_RELEASE 1 #endif
Go to most recent revision | Compare with Previous | Blame | View Log