2004-03-04 Theodore A. Roth * include/avr/boot.h: Define BLBnx bit positions. [Bug #7469] Index: include/avr/boot.h =================================================================== RCS file: /cvsroot/avr-libc/avr-libc/include/avr/boot.h,v retrieving revision 1.10 diff -u -p -p -r1.10 boot.h --- include/avr/boot.h 4 Mar 2004 19:06:29 -0000 1.10 +++ include/avr/boot.h 4 Mar 2004 19:08:28 -0000 @@ -130,6 +130,13 @@ #define __COMMON_ASRE RWWSRE #endif +/* Define the bit positions of the Boot Lock Bits. */ + +#define BLB12 5 +#define BLB11 4 +#define BLB02 3 +#define BLB01 2 + /** \ingroup avr_boot \def boot_spm_interrupt_enable() Enable the SPM interrupt. */