Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1618 → Rev 1621

/shark/branches/xen/drivers/grx/include/drivers/gd.h
54,7 → 54,7
#include <ll/sys/types.h>
/* Std 16 colors... are in cons.h !!!*/
#include <ll/i386/cons.h>
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/drivers/grx/include/drivers/glib.h
54,7 → 54,7
 
#include <ll/sys/types.h>
#include <drivers/gd.h>
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/drivers/grx/drawfun/fun16.c
19,7 → 19,7
#include <ll/i386/hw-data.h>
#include <ll/i386/hw-instr.h>
#include <ll/i386/mem.h>
#include <ll/stdlib.h>
#include <arch/stdlib.h>
 
#include <drivers/gd.h>
 
/shark/branches/xen/drivers/grx/drawfun/fun8.c
19,7 → 19,7
#include <ll/i386/hw-data.h>
#include <ll/i386/hw-instr.h>
#include <ll/i386/mem.h>
#include <ll/stdlib.h>
#include <arch/stdlib.h>
 
#include <drivers/gd.h>
 
/shark/branches/xen/drivers/grx/drawfun/fun16.h
16,7 → 16,7
*
*/
 
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
#define memsetw(addr, val, n) {LIN_ADDR i; for(i = addr; i < addr + n; i += 2) lmempokew(i, val);}
/shark/branches/xen/drivers/grx/drawfun/fun8.h
16,7 → 16,7
*
*/
 
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
void RdWin_256(WORD x1, WORD y1, WORD x2, WORD y2, BYTE *buf);
/shark/branches/xen/drivers/grx/drivers/trident.h
16,7 → 16,7
*
*/
 
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
int trident_test(void);
/shark/branches/xen/drivers/grx/drivers/vesa.h
17,7 → 17,7
*/
 
#include <ll/i386/x-dos.h>
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/drivers/grx/drivers/gdvesa.c
18,7 → 18,7
 
#include <ll/i386/hw-data.h>
#include <ll/i386/mem.h>
#include <ll/i386/string.h>
#include <arch/i386/string.h>
#include <ll/i386/x-dos.h>
#include <ll/i386/x-dosmem.h>
#include <ll/i386/cons.h>
/shark/branches/xen/drivers/grx/drivers/gdvesa1.c
18,7 → 18,7
 
#include <ll/i386/hw-data.h>
#include <ll/i386/mem.h>
#include <ll/i386/string.h>
#include <arch/i386/string.h>
#include <ll/i386/x-dos.h>
#include <ll/i386/x-dosmem.h>
#include <ll/i386/cons.h>
/shark/branches/xen/drivers/grx/drivers/s3.h
16,7 → 16,7
*
*/
 
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
int s3_test(void);
/shark/branches/xen/drivers/grx/glib.c
18,7 → 18,7
 
#include <ll/i386/hw-data.h>
#include <ll/i386/mem.h>
#include <ll/i386/string.h>
#include <arch/i386/string.h>
#include <ll/i386/error.h>
#include <ll/sys/ll/ll-func.h>