Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 54 → Rev 379

/shark/trunk/drivers/svga/timing.h
2,6 → 2,10
#ifndef TIMING_H
#define TIMING_H
 
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
/*
* Generic mode timing module.
*/
167,4 → 171,6
#define GTF_lockHF 2 /* Lock to horizontal frequency */
#define GTF_lockPF 3 /* Lock to pixel clock frequency*/
 
__END_DECLS
 
#endif