Ich hoffe, daß Du das hier meinst
#define wdt_reset ( ) __asm__ __volatile__ ("wdr")


Reset the watchdog timer. When the watchdog timer is enabled, a call to this instruction is required before the timer expires, otherwise a watchdog-initiated device reset will occur.
Ein Auszug aus http://www.nongnu.org/avr-libc/user-..._watchdog.html

Gruß Sebastian