Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 379 → Rev 54

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