From d33f124c5b0335c0525187e820c6b42be0bae743 Mon Sep 17 00:00:00 2001 From: John Levon Date: Tue, 24 Nov 2020 15:22:18 +0000 Subject: clean up headers Introduce include/ dir for public headers, and clean up include guards etc. --- lib/dma.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/dma.h') diff --git a/lib/dma.h b/lib/dma.h index 987d8ba..3e2aaf2 100644 --- a/lib/dma.h +++ b/lib/dma.h @@ -28,8 +28,8 @@ * */ -#ifndef DMA_DMA_H -#define DMA_DMA_H +#ifndef LIB_MUSER_DMA_H +#define LIB_MUSER_DMA_H /* * FIXME check whether DMA regions must be page aligned. If so then the @@ -324,6 +324,6 @@ bool dma_controller_region_valid(dma_controller_t *dma, dma_addr_t dma_addr, size_t size); -#endif /* DMA_DMA_H */ +#endif /* LIB_MUSER_DMA_H */ /* ex: set tabstop=4 shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.1