print the known cbfs types in cbfstool "usage"
[coreboot.git] / src / mainboard / artecgroup / dbe61 / realmode / chip.h
1 #ifndef PCI_REALMODE_H
2 #define PCI_REALMODE_H
3
4 //struct chip_operations;
5 extern struct chip_operations drivers_pci_realmode_ops;
6
7 #endif