X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fpgm.h;h=399f97c87c013f316b77c1d2cfcbd927eee63d45;hb=4fff2b5aec13bb0b46d17e336a988a2212ec2104;hp=11da5046d082f3cfb890a6de41e4054022b42e21;hpb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;p=bertos.git diff --git a/mware/pgm.h b/mware/pgm.h index 11da5046..399f97c8 100644 --- a/mware/pgm.h +++ b/mware/pgm.h @@ -26,8 +26,8 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2005 Develer S.r.l. (http://www.develer.com/) - * This file is part of DevLib - See README.devlib for information. + * Copyright 2005 ,2006, 2007 Develer S.r.l. (http://www.develer.com/) + * * --> * * \brief Support for reading program memory on Harvard architectures. @@ -47,9 +47,9 @@ #ifndef MWARE_PGM_H #define MWARE_PGM_H -#include #include /* For intXX_t */ -#include /* For CPU_HARVARD */ +#include +#include /* For CPU_HARVARD */ #if CPU_AVR