fixes include guards

This commit is contained in:
2024-08-04 13:27:53 +02:00
parent 85ae6c1c59
commit 785cf20e8e
5 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
#ifndef _DEVICES__DMA_H
#ifndef _DEVICES_DMA_H
#define _DEVICES_DMA_H
#include "gen/dma.h"