[BACK]Return to ffb.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / drivers / char / drm

File: [Development] / linux-2.6-xfs / drivers / char / drm / Attic / ffb.h (download)

Revision 1.2, Thu Jun 17 03:20:52 2004 UTC (13 years, 4 months ago) by nathans
Branch: MAIN
Changes since 1.1: +1 -0 lines

Merge up to 2.6.7, and upgrade kdb at the same time.

/* 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