/[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.17 by joerg_wunsch, Sun Aug 14 21:44:54 2005 UTC revision 1.18 by joerg_wunsch, Thu Sep 8 21:16:59 2005 UTC
# Line 458  Line 458 
458      is programmed.      is programmed.
459   */   */
460  #define boot_lock_fuse_bits_get(address)                   \  #define boot_lock_fuse_bits_get(address)                   \
461  ({                                                         \  (__extension__({                                           \
462      uint8_t __result;                                      \      uint8_t __result;                                      \
463      __asm__ __volatile__                                   \      __asm__ __volatile__                                   \
464      (                                                      \      (                                                      \
# Line 473  Line 473 
473          : "r0", "r30", "r31"                               \          : "r0", "r30", "r31"                               \
474      );                                                     \      );                                                     \
475      __result;                                              \      __result;                                              \
476  })  }))
477    
478  /** \ingroup avr_boot  /** \ingroup avr_boot
479      \def boot_page_fill(address, data)      \def boot_page_fill(address, data)

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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