#ifndef __HWCTRL_H__ #define __HWCTRL_H__ /******************************************************************************* * the includes ******************************************************************************/ #include "main.h" /******************************************************************************* * the defines ******************************************************************************/ /******************************************************************************* * the typedefs ******************************************************************************/ /******************************************************************************* * the globals ******************************************************************************/ /******************************************************************************* * the functions ******************************************************************************/ void hw_gpio_init(void); #endif