diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-02-07 18:02:17 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-02-07 18:02:17 +0200 |
commit | dce4cc26a8e2bf53805ec63763243f3ff6b4a6d3 (patch) | |
tree | df5e6c8d389572e1dff9939e9ce0234988540a69 /src/atistruct.h | |
parent | f7ed807f0d82a7446ebc4acdd4e94df44a675f19 (diff) |
mach64: consolidate refclk #1
Diffstat (limited to 'src/atistruct.h')
-rw-r--r-- | src/atistruct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/atistruct.h b/src/atistruct.h index 0db9486f..b9f4d08b 100644 --- a/src/atistruct.h +++ b/src/atistruct.h @@ -352,6 +352,7 @@ typedef struct _ATIRec /* * Clock-related definitions. */ + int refclk; int ClockNumberToProgramme, ReferenceNumerator, ReferenceDenominator; int ProgrammableClock, maxClock; ClockRec ClockDescriptor; |