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