summaryrefslogtreecommitdiff
path: root/libkms/internal.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-01-12 17:53:49 +0000
committerJakob Bornecrantz <jakob@vmware.com>2010-01-12 21:10:12 +0000
commitd920fa9d0b54873d53f03a006d0fe3df11136b74 (patch)
tree43178c3fb49a55920ebbfb66ae111d5e1b735491 /libkms/internal.h
parentd207a38701d664ac818829249d4d2566349bb359 (diff)
libkms: Use sysfs instead of udev to find driver
Udev code is still there just commented out.
Diffstat (limited to 'libkms/internal.h')
-rw-r--r--libkms/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkms/internal.h b/libkms/internal.h
index a441266b..9d1c5f7c 100644
--- a/libkms/internal.h
+++ b/libkms/internal.h
@@ -62,7 +62,7 @@ struct kms_bo
unsigned handle;
};
-int linux_get_pciid_from_fd(int fd, unsigned *vendor_id, unsigned *chip_id);
+int linux_create(int fd, struct kms_driver **out);
int vmwgfx_create(int fd, struct kms_driver **out);