/[avr-libc]/avr-libc/include/avr/boot.h
ViewVC logotype

Diff of /avr-libc/include/avr/boot.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12.4.3 by joerg_wunsch, Fri Jul 29 21:43:36 2005 UTC revision 1.12.4.4 by joerg_wunsch, Thu Sep 8 21:19:34 2005 UTC
# Line 457  Line 457 
457      is programmed.      is programmed.
458   */   */
459  #define boot_lock_fuse_bits_get(address)                   \  #define boot_lock_fuse_bits_get(address)                   \
460  ({                                                         \  (__extension__({                                           \
461      uint8_t __result;                                      \      uint8_t __result;                                      \
462      __asm__ __volatile__                                   \      __asm__ __volatile__                                   \
463      (                                                      \      (                                                      \
# Line 472  Line 472 
472          : "r0", "r30", "r31"                               \          : "r0", "r30", "r31"                               \
473      );                                                     \      );                                                     \
474      __result;                                              \      __result;                                              \
475  })  }))
476    
477  /** \ingroup avr_boot  /** \ingroup avr_boot
478      \def boot_page_fill(address, data)      \def boot_page_fill(address, data)

Legend:
Removed from v.1.12.4.3  
changed lines
  Added in v.1.12.4.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26