/****************************************************************************** * * $RCSfile: $ * $Revision: $ * * This module provides the interface definitions for uartISR.c * Copyright 2004, R O SoftWare * No guarantees, warrantees, or promises, implied or otherwise. * May be used for hobby or commercial purposes provided copyright * notice remains intact. * *****************************************************************************/ #ifndef INC_UART3_ISR_H #define INC_UART3_ISR_H #include "uart.h" void uart3ISR(void) __attribute__((naked)); #endif