notaz.gp2x.de
/
libpicofe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4ec1acc
)
input: add include guard
author
notaz
<notasas@gmail.com>
Sat, 12 Feb 2011 16:45:39 +0000
(16:45 +0000)
committer
notaz
<notasas@gmail.com>
Sat, 12 Feb 2011 16:45:39 +0000
(16:45 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@917
be3aeb3a
-fb24-0410-a615-
afba39da0efa
common/input.h
patch
|
blob
|
blame
|
history
diff --git
a/common/input.h
b/common/input.h
index
41ff876
..
a64b637
100644
(file)
--- a/
common/input.h
+++ b/
common/input.h
@@
-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 */