vserver 1.9.3
[linux-2.6.git] / drivers / char / drm / ffb_drv.h
index 094bbce..3b35467 100644 (file)
@@ -274,3 +274,13 @@ 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);
+extern void ffb_set_context_ioctls(void);
+extern drm_ioctl_desc_t DRM(ioctls)[];
+