#ifndef Interrupts_h
#define Interrupts_h

#include <p18f26j11.h>


//prototipos:
void Interrupts (void);
void high_vector (void);

#endif