Fix usb debug dongle support
[coreboot.git] / src / southbridge / nvidia / ck804 / ck804.h
index 06e189b1101e18755d1557cca27f868a02a6247b..3e8b1f255615210ee127698a642c3559d2cbc58e 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef CK804_H
-#define CK804_H
+#ifndef SOUTHBRIDGE_NVIDIA_CK804_CK804_H
+#define SOUTHBRIDGE_NVIDIA_CK804_CK804_H
 
 #include "chip.h"
 
 void ck804_enable(device_t dev);
-void ck804_enable_usbdebug(unsigned int port);
+
+extern struct pci_operations ck804_pci_ops;
 
 #endif