Fix build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33747 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2009-10-23 13:31:52 +00:00
parent 59fa665d53
commit e9af5d4585

View File

@ -24,6 +24,9 @@
#include "shared.h"
#ifdef __cplusplus
extern "C" {
#endif
struct root_device_softc {
struct pci_info pci_info;
@ -83,4 +86,8 @@ void device_sprintf_name(device_t dev, const char *format, ...)
void ifq_init(struct ifqueue *, const char *);
void ifq_uninit(struct ifqueue *);
#ifdef __cplusplus
}
#endif
#endif /* DEVICE_H */