summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/iommuvar.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-21 00:06:55 +0000
committeralfred <alfred@FreeBSD.org>2002-03-21 00:06:55 +0000
commite1ec4d77dcf9547ad4c02a371fcae1d9f176c338 (patch)
treeb248d8d0b7baa5aa9c99007bde534f84f39ee879 /sys/sparc64/include/iommuvar.h
parentcd2525164f0b535f47c4e477375e21c30053d59e (diff)
downloadFreeBSD-src-e1ec4d77dcf9547ad4c02a371fcae1d9f176c338.zip
FreeBSD-src-e1ec4d77dcf9547ad4c02a371fcae1d9f176c338.tar.gz
Remove __P.
profile.h and bus.h were excluded because there is currently WIP. Reviewed by: tmm
Diffstat (limited to 'sys/sparc64/include/iommuvar.h')
-rw-r--r--sys/sparc64/include/iommuvar.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/sys/sparc64/include/iommuvar.h b/sys/sparc64/include/iommuvar.h
index f64a379..148d0417 100644
--- a/sys/sparc64/include/iommuvar.h
+++ b/sys/sparc64/include/iommuvar.h
@@ -76,24 +76,24 @@ struct iommu_state {
};
/* interfaces for PCI/SBUS code */
-void iommu_init __P((char *, struct iommu_state *, int, u_int32_t));
-void iommu_reset __P((struct iommu_state *));
-void iommu_enter __P((struct iommu_state *, vm_offset_t, vm_offset_t, int));
-void iommu_remove __P((struct iommu_state *, vm_offset_t, size_t));
+void iommu_init(char *, struct iommu_state *, int, u_int32_t);
+void iommu_reset(struct iommu_state *);
+void iommu_enter(struct iommu_state *, vm_offset_t, vm_offset_t, int);
+void iommu_remove(struct iommu_state *, vm_offset_t, size_t);
-int iommu_dvmamap_create __P((bus_dma_tag_t, struct iommu_state *, int,
- bus_dmamap_t *));
-int iommu_dvmamap_destroy __P((bus_dma_tag_t, struct iommu_state *,
- bus_dmamap_t));
-int iommu_dvmamap_load __P((bus_dma_tag_t, struct iommu_state *, bus_dmamap_t,
- void *, bus_size_t, bus_dmamap_callback_t *, void *, int));
-void iommu_dvmamap_unload __P((bus_dma_tag_t, struct iommu_state *,
- bus_dmamap_t));
-void iommu_dvmamap_sync __P((bus_dma_tag_t, struct iommu_state *, bus_dmamap_t,
- bus_dmasync_op_t));
-int iommu_dvmamem_alloc __P((bus_dma_tag_t, struct iommu_state *, void **, int,
- bus_dmamap_t *));
-void iommu_dvmamem_free __P((bus_dma_tag_t, struct iommu_state *, void *,
- bus_dmamap_t));
+int iommu_dvmamap_create(bus_dma_tag_t, struct iommu_state *, int,
+ bus_dmamap_t *);
+int iommu_dvmamap_destroy(bus_dma_tag_t, struct iommu_state *,
+ bus_dmamap_t);
+int iommu_dvmamap_load(bus_dma_tag_t, struct iommu_state *, bus_dmamap_t,
+ void *, bus_size_t, bus_dmamap_callback_t *, void *, int);
+void iommu_dvmamap_unload(bus_dma_tag_t, struct iommu_state *,
+ bus_dmamap_t);
+void iommu_dvmamap_sync(bus_dma_tag_t, struct iommu_state *, bus_dmamap_t,
+ bus_dmasync_op_t);
+int iommu_dvmamem_alloc(bus_dma_tag_t, struct iommu_state *, void **, int,
+ bus_dmamap_t *);
+void iommu_dvmamem_free(bus_dma_tag_t, struct iommu_state *, void *,
+ bus_dmamap_t);
#endif /* !_MACHINE_IOMMUVAR_H_ */
OpenPOWER on IntegriCloud