Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 60 → Rev 61

/shark/trunk/include/drivers/comp.h
20,11 → 20,11
 
/**
------------
CVS : $Id: comp.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
CVS : $Id: comp.h,v 1.2 2003-02-28 12:05:44 pj Exp $
 
File: $File$
Revision: $Revision: 1.1.1.1 $
Last update: $Date: 2002-03-29 14:12:51 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-02-28 12:05:44 $
------------
**/
 
81,7 → 81,7
select a memory page */
void *extensions; /* points to copy of eeprom for mach32 */
/* depends from actual driver/chiptype.. etc. */
} vga_modeinfo;
} grx_vga_modeinfo;
 
#ifdef __cplusplus
}