mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-08 04:03:16 +02:00
input: add include guard
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@917 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef INCLUDE_uXt8Z4R7EMpuEEtvSibXjNhKH3741VNc
|
||||
#define INCLUDE_uXt8Z4R7EMpuEEtvSibXjNhKH3741VNc 1
|
||||
|
||||
#define IN_MAX_DEVS 10
|
||||
|
||||
/* unified menu keys */
|
||||
@@ -126,3 +129,5 @@ const char *in_get_key_name(int dev_id, int keycode);
|
||||
int val_ = v; \
|
||||
in_set_config(dev_id, what, &val_, sizeof(val_)); \
|
||||
}
|
||||
|
||||
#endif /* INCLUDE_uXt8Z4R7EMpuEEtvSibXjNhKH3741VNc */
|
||||
|
||||
Reference in New Issue
Block a user