diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2007-03-08 17:43:48 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-03-08 18:37:48 +0200 |
commit | 50a524445ed1ea3c4fab56de772921ba86a21d35 (patch) | |
tree | 1c7fdedb37ed3552796f35be50930a05df69d3e9 /src/atimach64probe.c | |
parent | 52684241ba1ffb393cb655ecc09cbd0cef5b1717 (diff) |
Move atioption.c from ati to atimisc.
Diffstat (limited to 'src/atimach64probe.c')
-rw-r--r-- | src/atimach64probe.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/atimach64probe.c b/src/atimach64probe.c index ea01f67..47340a5 100644 --- a/src/atimach64probe.c +++ b/src/atimach64probe.c @@ -30,6 +30,7 @@ #include "atimodule.h" #include "atimach64io.h" #include "atimach64probe.h" +#include "atioption.h" #include "ativersion.h" static SymTabRec @@ -100,6 +101,16 @@ Mach64PciChipsets[] = { {-1, -1, RES_UNDEFINED} }; +const OptionInfoRec * +Mach64AvailableOptions(int chipid, int busid) +{ + /* + * Return options defined in the atimisc submodule which will have been + * loaded by this point. + */ + return ATIOptionsWeak(); +} + /* * Mach64Probe -- * |