X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Finput.h;h=0110e98eb314373a6d07f86f62f0fb326034a0ce;hb=3b13ec654cafc9e08fea245df8c19cffd89d414c;hp=4240904b0c839374d7f2f04e427f3238373fbed2;hpb=e1f99f2b5677b0b6cf954bbc3e3569b396d91ada;p=picodrive.git diff --git a/platform/common/input.h b/platform/common/input.h index 4240904..0110e98 100644 --- a/platform/common/input.h +++ b/platform/common/input.h @@ -1,4 +1,6 @@ -#define IN_DRVID_EVDEV 1 +enum { + IN_DRVID_EVDEV = 1, +}; /* to be called by drivers */ void in_register(const char *nname, int drv_id, void *drv_data);