diff options
author | Eric Anholt <eric@anholt.net> | 2007-08-27 18:50:34 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-08-27 18:50:34 -0700 |
commit | 9e2112b2b56af099a7f380ece9b5c1d25b20cce4 (patch) | |
tree | ecb86aa9bfc03f56653218e58b7fe2340c09918e /hw/xfree86/common/xf86.h | |
parent | 801c359574d08ff2d6ac75a3325ff522bc862e30 (diff) |
Remove unused xf8GetBlock and xf86GetSparse entry points.
Diffstat (limited to 'hw/xfree86/common/xf86.h')
-rw-r--r-- | hw/xfree86/common/xf86.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/xfree86/common/xf86.h b/hw/xfree86/common/xf86.h index 69d619e6f..064107428 100644 --- a/hw/xfree86/common/xf86.h +++ b/hw/xfree86/common/xf86.h @@ -138,12 +138,6 @@ Bool xf86IsEntityPrimary(int entityIndex); resPtr xf86ReallocatePciResources(int entityIndex, resPtr pRes); resPtr xf86SetOperatingState(resList list, int entityIndex, int mask); void xf86EnterServerState(xf86State state); -resRange xf86GetBlock(unsigned long type, memType size, - memType window_start, memType window_end, - memType align_mask, resPtr avoid); -resRange xf86GetSparse(unsigned long type, memType fixed_bits, - memType decode_mask, memType address_mask, - resPtr avoid); memType xf86ChkConflict(resRange *rgp, int entityIndex); ScrnInfoPtr xf86FindScreenForEntity(int entityIndex); Bool xf86NoSharedResources(int screenIndex, resType res); |