Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 54 → Rev 152

/shark/trunk/drivers/svga/interrupt.h
1,5 → 1,8
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
void vga_init_vsync(struct sh_pci_device *);
int vga_test_vsync(struct sh_pci_device *);
void vga_ack_vsync(struct sh_pci_device *);
void vga_enable_vsync(struct sh_pci_device *);
 
__END_DECLS