home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / DriverKit / CirrusLogicGD542X / CirrusLogicGD542X_reloc.tproj / CirrusLogicGD542X.h next >
Text File  |  1993-08-06  |  455b  |  24 lines

  1. /*     Copyright (c) 1992 NeXT Computer, Inc.  All rights reserved. 
  2.  *
  3.  * CirrusLogicGD542X.h -- interface for CirrusLogicGD542X driver.
  4.  *
  5.  */
  6.  
  7.  
  8. #import <driverkit/IOSVGADisplay.h>
  9. #import "SVGAConstants.h"
  10.  
  11. @interface CirrusLogicGD542X:IOSVGADisplay
  12. {
  13.     int readPlaneMask;
  14.     int writePlaneMask;
  15.     int readSegment;
  16.     int writeSegment;
  17.     int selectedMode;
  18.  
  19.     /* The physical address of framebuffer. */
  20.     unsigned long videoRamAddress;
  21. }
  22.  
  23. @end
  24.