X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Finput.h;h=0110e98eb314373a6d07f86f62f0fb326034a0ce;hb=34581c95f808322ecb29e0931ba8f5c879cc89b6;hp=4240904b0c839374d7f2f04e427f3238373fbed2;hpb=289cd18ef05c122c79ae2483740851b43a53b7ff;p=libpicofe.git diff --git a/common/input.h b/common/input.h index 4240904..0110e98 100644 --- a/common/input.h +++ b/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);