X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftarget_type.h;h=eaa8a71cccd17f3557c074473f385020932b530f;hp=234cdfb0071fce12e8885cd2eff2467a4a83997b;hb=f19ac83152b54a204b8148815a538d868973e1e1;hpb=2d998c09446a230b669f0ea9771dabf2dbea2fe8 diff --git a/src/target/target_type.h b/src/target/target_type.h index 234cdfb007..eaa8a71ccc 100644 --- a/src/target/target_type.h +++ b/src/target/target_type.h @@ -19,13 +19,11 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef TARGET_TYPE_H -#define TARGET_TYPE_H +#ifndef OPENOCD_TARGET_TARGET_TYPE_H +#define OPENOCD_TARGET_TARGET_TYPE_H #include @@ -278,4 +276,4 @@ struct target_type { uint32_t max_num_samples, uint32_t *num_samples, uint32_t seconds); }; -#endif /* TARGET_TYPE_H */ +#endif /* OPENOCD_TARGET_TARGET_TYPE_H */