X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fx86_32_common.h;h=b5877da4a10c400d4d752ff5737ff9807f1bdc2e;hp=c9cb389b52be59d517ec7d624afe6389b16aa5e0;hb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0;hpb=a4ce9a2c719b1f7536ada1c9fa8f1eb672b04897 diff --git a/src/target/x86_32_common.h b/src/target/x86_32_common.h index c9cb389b52..b5877da4a1 100644 --- a/src/target/x86_32_common.h +++ b/src/target/x86_32_common.h @@ -18,8 +18,7 @@ * 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 St - Fifth Floor, Boston, MA 02110-1301 USA. + * along with this program. If not, see . * * Contact Information: * Intel Corporation @@ -30,8 +29,8 @@ * This is the interface to the x86 32 bit memory and breakpoint operations. */ -#ifndef X86_32_COMMON_H -#define X86_32_COMMON_H +#ifndef OPENOCD_TARGET_X86_32_COMMON_H +#define OPENOCD_TARGET_X86_32_COMMON_H #include #include @@ -328,4 +327,4 @@ int x86_32_common_remove_breakpoint(struct target *t, struct breakpoint *bp); int x86_32_common_add_watchpoint(struct target *t, struct watchpoint *wp); int x86_32_common_remove_watchpoint(struct target *t, struct watchpoint *wp); -#endif /* X86_32_COMMON_H */ +#endif /* OPENOCD_TARGET_X86_32_COMMON_H */