diff options
Diffstat (limited to 'src/shared/missing.h')
-rw-r--r-- | src/shared/missing.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/shared/missing.h b/src/shared/missing.h index 5ad5997959..bebbb42be0 100644 --- a/src/shared/missing.h +++ b/src/shared/missing.h @@ -171,3 +171,11 @@ static inline int name_to_handle_at(int fd, const char *name, struct file_handle (char *)memcpy(__new, __old, __len); \ }) #endif + +#ifndef BTN_TRIGGER_HAPPY +#define BTN_TRIGGER_HAPPY 0x2c0 +#endif + +#ifndef INPUT_PROP_MAX +#define INPUT_PROP_MAX 0x1f +#endif |