X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cpu%2Fcpu.h;fp=cpu%2Fcpu.h;h=911c78c05b3e88c1c64b137a02dadb9e1462043e;hb=96b118ca01ace184caa4e3aed405762f4312daf2;hp=8a9457290f9492740a0435dcb96ff681a85dbd36;hpb=63cabc8f0d117b599d91a5d82bf0d3c7df7151f0;p=bertos.git diff --git a/cpu/cpu.h b/cpu/cpu.h index 8a945729..911c78c0 100644 --- a/cpu/cpu.h +++ b/cpu/cpu.h @@ -26,7 +26,7 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2004, 2005 Develer S.r.l. (http://www.develer.com/) + * Copyright 2004, 2005, 2006, 2007 Develer S.r.l. (http://www.develer.com/) * Copyright 2004 Giovanni Bajo * * --> @@ -36,10 +36,12 @@ * \author Giovanni Bajo * \author Bernardo Innocenti * \author Stefano Fedrigo + * \author Francesco Sacchi */ -#ifndef DEVLIB_CPU_H -#define DEVLIB_CPU_H +#ifndef CPU_CPU_H +#define CPU_CPU_H +#include "detect.h" #include /* for uintXX_t */ #include /* ARCH_EMUL */ @@ -549,4 +551,4 @@ STATIC_ASSERT(sizeof(uint64_t) * CPU_BITS_PER_CHAR == 64); #endif /* !ARCH_EMUL */ #endif /* !CPU_IDLE */ -#endif /* DEVLIB_CPU_H */ +#endif /* CPU_CPU_H */