diff options
Diffstat (limited to 'bsd/tdfx_drv.c')
-rw-r--r-- | bsd/tdfx_drv.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bsd/tdfx_drv.c b/bsd/tdfx_drv.c index e96216c8..bc038cc0 100644 --- a/bsd/tdfx_drv.c +++ b/bsd/tdfx_drv.c @@ -52,3 +52,7 @@ DRIVER_MODULE(tdfx, pci, tdfx_driver, tdfx_devclass, 0, 0); #elif defined(__NetBSD__) CFDRIVER_DECL(tdfx, DV_TTY, NULL); #endif /* __FreeBSD__ */ + +void DRM(driver_register_fns)(drm_device_t *dev) +{ +} |