summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwohci_pci.c
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-02-01 15:04:33 +0000
committersimokawa <simokawa@FreeBSD.org>2003-02-01 15:04:33 +0000
commit1071276d73a46218289f668a110e136c0cc96301 (patch)
tree0d5b2f262240d24b6ece98e694cb1abb3cd06baa /sys/dev/firewire/fwohci_pci.c
parent375273946c2b76fc637721f147763ec5cb3c61d0 (diff)
downloadFreeBSD-src-1071276d73a46218289f668a110e136c0cc96301.zip
FreeBSD-src-1071276d73a46218289f668a110e136c0cc96301.tar.gz
Define new malloc type M_FW and use it.
Diffstat (limited to 'sys/dev/firewire/fwohci_pci.c')
-rw-r--r--sys/dev/firewire/fwohci_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c
index 7ace8b7..45d2646 100644
--- a/sys/dev/firewire/fwohci_pci.c
+++ b/sys/dev/firewire/fwohci_pci.c
@@ -41,6 +41,7 @@
#include <sys/queue.h>
#include <machine/bus.h>
#include <sys/rman.h>
+#include <sys/malloc.h>
#include <machine/resource.h>
#include <pci/pcivar.h>
OpenPOWER on IntegriCloud