Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/drivers/svga/libvga.h
11,6 → 11,10
#include <string.h>
 
#include <stdint.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
//typedef unsigned int CARD32;
//typedef unsigned short CARD16;
//typedef unsigned char CARD8;
275,5 → 279,7
#define DPRINTF(...)
#endif
 
__END_DECLS
 
#endif /* _LIBVGA_H */