changeset 22911:c3567df39aff

restored pci_db2c.awk file from previous broken commit
author ben
date Sat, 07 Apr 2007 11:27:24 +0000
parents 0aaf6309be25
children 20c5536265da
files vidix/pci_db2c.awk
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/pci_db2c.awk	Sat Apr 07 10:07:46 2007 +0000
+++ b/vidix/pci_db2c.awk	Sat Apr 07 11:27:24 2007 +0000
@@ -29,7 +29,6 @@
     print_head(name_file);
     print_head(name_h_file);
     print_head(dev_ids_file);
-    print_includes(dev_ids_file);
     print "#ifndef PCI_VENDORS_INCLUDED" >vendor_file
     print "#define PCI_VENDORS_INCLUDED 1">vendor_file
     print "" >vendor_file
@@ -109,13 +108,6 @@
     print_func_bodies(name_file);
 }
 
-function print_includes(out_file)
-{
-    print "#include <stdlib.h>" >out_file;
-    print "#include \"pci_names.h\"" >out_file;
-    return;
-}
-
 function print_head( out_file)
 {
     print "/*" >out_file;