/******************************************************************************** * MAHE, 24.05.2002, 16H30, created from functions formerly located in cruise3.c ********************************************************************************/ #ifndef _PORTS_H #define _PORTS_H #include "hardware.h" void initPortA(void); void initPortB(void); void initPortC(void); void initPortD(void); #endif /* of _PORTS_H */