Subversion Repositories shark

Rev

Rev 54 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
80 pj 1
#include "ll/sys/cdefs.h"
2
 
3
__BEGIN_DECLS
54 pj 4
void vga_init_vsync(struct sh_pci_device *);
5
int vga_test_vsync(struct sh_pci_device *);
6
void vga_ack_vsync(struct sh_pci_device *);
7
void vga_enable_vsync(struct sh_pci_device *);
80 pj 8
__END_DECLS