ixgb: fix interface losing macaddr on ifdn/up
[linux-2.6/suspend2-2.6.18.git] / include / asm-x86_64 / gart-mapping.h
blobada497b0b55b5edf6ae44d51fbb3c6fdc4b900a2
1 #ifndef _X8664_GART_MAPPING_H
2 #define _X8664_GART_MAPPING_H 1
4 #include <linux/types.h>
5 #include <asm/types.h>
7 struct device;
9 extern void*
10 gart_alloc_coherent(struct device *dev, size_t size,
11 dma_addr_t *dma_handle, gfp_t gfp);
13 extern int
14 gart_dma_supported(struct device *hwdev, u64 mask);
16 #endif /* _X8664_GART_MAPPING_H */