comparison vidix/mach64_vid.c @ 23053:a74bda857a3c

declare variable as static
author ben
date Sun, 22 Apr 2007 15:30:05 +0000
parents 7973a6935234
children 91ad6d4d6a54
comparison
equal deleted inserted replaced
23052:c200cf412399 23053:a74bda857a3c
51 static uint32_t mach64_buffer_base[10][3]; 51 static uint32_t mach64_buffer_base[10][3];
52 static int num_mach64_buffers=-1; 52 static int num_mach64_buffers=-1;
53 static int supports_planar=0; 53 static int supports_planar=0;
54 static int supports_lcd_v_stretch=0; 54 static int supports_lcd_v_stretch=0;
55 55
56 pciinfo_t pci_info; 56 static pciinfo_t pci_info;
57 static int probed = 0; 57 static int probed = 0;
58 static int __verbose = 0; 58 static int __verbose = 0;
59 59
60 #define VERBOSE_LEVEL 1 60 #define VERBOSE_LEVEL 1
61 61