#ifndef usart_h
#define usart_h

#include <p18f26j11.h>

//prototipos:
void InitUsart1 (void);
void InitUsart2 (void);

#endif