Womit programmierst du?

Bei avrgcc:

#include <avr/signal.h>
#include <avr/interrupt.h>

SIGNAL (SIG_UART_RECV) {
//do something
}