#ifndef usart_h
#define usart_h

#include <p18f2580.h>

//prototipos:
void InitUsart (void);

#endif