Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 54 → Rev 80

/shark/trunk/drivers/svga/accel.h
2,6 → 2,10
#ifndef ACCEL_H
#define ACCEL_H
 
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
/*
* New accelerator interface sketch.
* As of svgalib 1.23, this isn't used yet.
201,4 → 205,5
* void initOperations( AccelSpecs *accelspecs, int bpp, int width_in_pixels );
*/
 
__END_DECLS
#endif