diff options
author | Thomas Winischhofer <thomas@winischhofer.net> | 2005-10-11 19:03:02 +0000 |
---|---|---|
committer | Thomas Winischhofer <thomas@winischhofer.net> | 2005-10-11 19:03:02 +0000 |
commit | b4450f3242ab408e80bc3d6d5d1cf6765f3e5339 (patch) | |
tree | f6cc1b89e6d72e6bee79ceb1c9f96e83f283eaa3 /hw/xfree86/loader | |
parent | d91d18e1d6d663244288748ab86a35a6c151a535 (diff) |
Add DGAReInitModes, Part 2
Diffstat (limited to 'hw/xfree86/loader')
-rw-r--r-- | hw/xfree86/loader/xf86sym.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c index b26ec8407..c1d96d428 100644 --- a/hw/xfree86/loader/xf86sym.c +++ b/hw/xfree86/loader/xf86sym.c @@ -385,6 +385,7 @@ LOOKUP xfree86LookupTab[] = { /* xf86DGA.c */ /* For drivers */ SYMFUNC(DGAInit) + SYMFUNC(DGAReInitModes) /* For extmod */ SYMFUNC(DGAAvailable) SYMFUNC(DGAActive) |