Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/drivers/svga/ramdac.h
4,6 → 4,10
* Structures and functions for programmable ramdac support.
*/
 
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
/* DacMethods type. */
 
typedef struct {
164,3 → 168,5
void _ramdac_dactopel(void);
unsigned char _ramdac_setcomm(unsigned char data);
#endif
 
__END_DECLS