Replace include guards with pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef __JABYENGINE_DMA_IO_HPP__
|
||||
#define __JABYENGINE_DMA_IO_HPP__
|
||||
#pragma once
|
||||
#include "ioport.hpp"
|
||||
|
||||
namespace JabyEngine {
|
||||
@@ -151,5 +150,4 @@ namespace JabyEngine {
|
||||
__declare_io_port(, DPCR, 0x1F8010F0);
|
||||
__declare_io_port(, DICR, 0x1F8010F4);
|
||||
}
|
||||
}
|
||||
#endif //!__JABYENGINE_DMA_IO_HPP__
|
||||
}
|
Reference in New Issue
Block a user