summaryrefslogtreecommitdiff
path: root/pci-arbiter/startup.h
diff options
context:
space:
mode:
Diffstat (limited to 'pci-arbiter/startup.h')
-rw-r--r--pci-arbiter/startup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pci-arbiter/startup.h b/pci-arbiter/startup.h
index 12746f3b..416b84d6 100644
--- a/pci-arbiter/startup.h
+++ b/pci-arbiter/startup.h
@@ -24,8 +24,8 @@
/* Startup and shutdown notifications management */
/* Port class for startup requests */
-struct port_class *pci_shutdown_notify_class;
+extern struct port_class *pci_shutdown_notify_class;
-void arrange_shutdown_notification ();
+void arrange_shutdown_notification (void);
#endif /* STARTUP_H */