From: notaz Date: Sat, 12 Feb 2011 16:45:39 +0000 (+0000) Subject: input: add include guard X-Git-Tag: v1.85~140 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a9c3e2b8de75451349e3f4261e8a77bfb93f1fc;p=picodrive.git input: add include guard git-svn-id: file:///home/notaz/opt/svn/PicoDrive@917 be3aeb3a-fb24-0410-a615-afba39da0efa --- diff --git a/platform/common/input.h b/platform/common/input.h index 41ff8767..a64b6372 100644 --- a/platform/common/input.h +++ b/platform/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 */