/** * @file indev.h * */ #ifndef INDEV_H #define INDEV_H /********************* * INCLUDES *********************/ #include #include /********************* * DEFINES *********************/ /********************** * TYPEDEFS **********************/ /********************** * GLOBAL PROTOTYPES **********************/ void touchpad_init(void); /********************** * MACROS **********************/ #endif