--- hatari/src/uae-cpu/maccess.h 2019/04/01 07:09:16 1.1.1.1 +++ hatari/src/uae-cpu/maccess.h 2019/04/01 07:10:22 1.1.1.2 @@ -6,6 +6,10 @@ * Copyright 1996 Bernd Schmidt */ +#ifndef UAE_MACCESS_H +#define UAE_MACCESS_H + + static __inline__ uae_u32 do_get_mem_long(uae_u32 *a) { uae_u8 *b = (uae_u8 *)a; @@ -54,3 +58,5 @@ static __inline__ void do_put_mem_byte(u #undef NO_INLINE_MEMORY_ACCESS #undef MD_HAVE_MEM_1_FUNCS + +#endif /* UAE_MACCESS_H */