diff --git a/fw/EF_UART_regs.h b/fw/EF_UART_regs.h index 4e3c292..1080b2b 100644 --- a/fw/EF_UART_regs.h +++ b/fw/EF_UART_regs.h @@ -19,7 +19,8 @@ limitations under the License. */ - +#ifndef EF_UART_REGS_H +#define EF_UART_REGS_H #ifndef IO_TYPES #define IO_TYPES @@ -68,3 +69,5 @@ typedef struct _EF_UART_TYPE_ { __RW im; __R mis; } EF_UART_TYPE; + +#endif \ No newline at end of file