]> git.proxmox.com Git - qemu.git/blobdiff - hw/soc_dma.h
janitor: add guards to headers
[qemu.git] / hw / soc_dma.h
index 5948489eaeaf7f35f5a9ea3740aeca8966984dc6..6ca4166184ed3595a8d3a81a1421d111f76492ee 100644 (file)
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef HW_SOC_DMA_H
+#define HW_SOC_DMA_H 1
+
+
 #include "memory.h"
 #include "hw/irq.h"
 
@@ -108,3 +112,5 @@ static inline void soc_dma_port_add_fifo_out(struct soc_dma_s *dma,
 {
     return soc_dma_port_add_fifo(dma, virt_base, fn, opaque, 1);
 }
+
+#endif