From 5c9ed8309493acb099463d25b32fabb5b7c004af Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 17 Aug 2004 13:10:05 +0000 Subject: Merged drmfntbl-0-0-1 --- linux-core/ffb_drv.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'linux-core/ffb_drv.h') diff --git a/linux-core/ffb_drv.h b/linux-core/ffb_drv.h index c0eec5a1..3948c08a 100644 --- a/linux-core/ffb_drv.h +++ b/linux-core/ffb_drv.h @@ -274,3 +274,10 @@ typedef struct ffb_dev_priv { /* Context table. */ struct ffb_hw_context *hw_state[FFB_MAX_CTXS]; } ffb_dev_priv_t; + +extern struct file_operations DRM(fops); +extern unsigned long ffb_get_unmapped_area(struct file *filp, + unsigned long hint, + unsigned long len, + unsigned long pgoff, + unsigned long flags); -- cgit v1.2.3