#ifndef __pinfilter_h
#define __pinfilter_h

#include "kernel.h"

/* control the filter that fixes button click event codes */

_kernel_oserror *pinfilter_start(int taskhandle);
_kernel_oserror *pinfilter_stop(int taskhandle);

/* remove the task handle from our list of stored pollmasks */
void tasklist_remove(unsigned int taskhandle);

#endif
