Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 8 → Rev 61

/shark/trunk/include/drivers/gd.h
20,11 → 20,11
 
/**
------------
CVS : $Id: gd.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
CVS : $Id: gd.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 $
------------
 
**/
88,7 → 88,7
DWORD gd_getmem(void);
void gd_showmodeinfo(void);
int gd_modenum(WORD x, WORD y, BYTE depth);
int gd_getmodeinfo(vga_modeinfo *m);
int gd_getmodeinfo(grx_vga_modeinfo *m);
 
void Load_Write_Bank_256(BYTE bank);
 
/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
}
/shark/trunk/include/drivers/parport.h
44,11 → 44,10
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* CVS : $Id: parport.h,v 1.1 2002-10-28 07:52:11 pj Exp $
* CVS : $Id: parport.h,v 1.2 2003-02-28 12:05:43 pj Exp $
*/
 
#include <kernel/kern.h>
#include <drivers/glib.h>
#include <drivers/keyb.h>
#include <time.h>
#include <stdio.h>